Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
management:
docChecksum: 791d1b2e029f8d11ceee151e0bc535c8
docVersion: 10.24.38
docChecksum: 9c0defffd49e92a344992db1f7bff0b1
docVersion: 10.24.39
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.31.17
configChecksum: 94ad681c05149c3f06fdff0131d0db67
releaseVersion: 0.31.18
configChecksum: 537a7c6cb6b6a7911482fa5048926e22
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down Expand Up @@ -19655,9 +19655,6 @@ examples:
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
examplesVersion: 1.0.2
generatedTests: {}
releaseNotes: |
## Python SDK Changes Detected:
* `apideck.vault.logs.list()`: `request.filter` **Changed**
trackedFiles:
.devcontainer/README.md:
last_write_checksum: sha1:07adb0c0c051a9be4d479ea06461f3a9b3bbeb2f
Expand Down Expand Up @@ -23870,7 +23867,7 @@ trackedFiles:
src/apideck_unify/_hooks/types.py:
last_write_checksum: sha1:4b923d3d84d979af6169a9db6b81bfc373079a25
src/apideck_unify/_version.py:
last_write_checksum: sha1:aa468773280afebe8620de8d31ed0769c00cc857
last_write_checksum: sha1:996ead9f26fd3fc9117135ff44dafd1505767745
src/apideck_unify/accounting.py:
last_write_checksum: sha1:afb8958c0092d6bbc935597b72e8a96d2b82b4aa
src/apideck_unify/activities.py:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
persistentEdits: {}
versioningStrategy: automatic
python:
version: 0.31.17
version: 0.31.18
additionalDependencies:
dev: {}
main: {}
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fb5fd58ad31977fdfdc309d1647db12d993de975f1533cfd75723b4dc055882c
sourceBlobDigest: sha256:dae84440905bc851173d4f217297131d8504ffc3d9cfbd227aaf7c8aec77751b
sourceRevisionDigest: sha256:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
tags:
- latest
- speakeasy-sdk-regen-1780303098
- 10.24.38
- speakeasy-sdk-regen-1780503233
- 10.24.39
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fb5fd58ad31977fdfdc309d1647db12d993de975f1533cfd75723b4dc055882c
sourceBlobDigest: sha256:dae84440905bc851173d4f217297131d8504ffc3d9cfbd227aaf7c8aec77751b
sourceRevisionDigest: sha256:322190b067d37418eadd9842f02e42f648321bc4e026e25d51e6bc16b7a640f6
sourceBlobDigest: sha256:1811cdbdd3ca0cf729a3e682b5124df929dd4ec8a89db97ed7be963fd3def52e
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:77cd8c0235519d24aad0d0cd093ac09986dc5fd360f3dff557e44bbdfaa56e8b
codeSamplesRevisionDigest: sha256:0362f2c313132bd983982c46218513babdb3a325f7131e6772d6346a855d9cac
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1238,4 +1238,14 @@ Based on:
### Generated
- [python v0.31.17] .
### Releases
- [PyPI v0.31.17] https://pypi.org/project/apideck-unify/0.31.17 - .
- [PyPI v0.31.17] https://pypi.org/project/apideck-unify/0.31.17 - .

## 2026-06-05 00:50:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.31.18] .
### Releases
- [PyPI v0.31.18] https://pypi.org/project/apideck-unify/0.31.18 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "apideck-unify"
version = "0.31.17"
version = "0.31.18"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/apideck_unify/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "apideck-unify"
__version__: str = "0.31.17"
__openapi_doc_version__: str = "10.24.38"
__version__: str = "0.31.18"
__openapi_doc_version__: str = "10.24.39"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.31.17 2.753.1 10.24.38 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.31.18 2.753.1 10.24.39 apideck-unify"

try:
if __package__ is not None:
Expand Down