diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index e7740c8e..10fcbb88 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 10.21.15 speakeasyVersion: 1.656.1 generationVersion: 2.753.1 - releaseVersion: 0.27.20 - configChecksum: 3833823e99f7c57dcdbbb2286aab9e3b + releaseVersion: 0.27.22 + configChecksum: f6529fabe287b34b80bd70666ab8b494 repoURL: https://github.com/apideck-libraries/sdk-python.git installationURL: https://github.com/apideck-libraries/sdk-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 44a6b188..a677e14e 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -28,7 +28,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.27.20 + version: 0.27.22 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index b616970e..0a89cef2 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -6,7 +6,7 @@ sources: sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616 tags: - latest - - speakeasy-sdk-regen-1763392798 + - speakeasy-sdk-regen-1763399898 - 10.21.15 targets: apideck: @@ -15,7 +15,7 @@ targets: sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02 sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616 codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:ee94308ee2f23ffe7b856dfbce977a007d58e64d0332b322dcb4852c36b13bb3 + codeSamplesRevisionDigest: sha256:8749353a8bc285152c08997c8f9e2edc11273996b699ce843a539169e0d02ddc workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 7d9c73ee..34a9f9b4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -658,4 +658,14 @@ Based on: ### Generated - [python v0.27.20] . ### Releases -- [PyPI v0.27.20] https://pypi.org/project/apideck-unify/0.27.20 - . \ No newline at end of file +- [PyPI v0.27.20] https://pypi.org/project/apideck-unify/0.27.20 - . + +## 2025-11-17 17:17:54 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.27.22] . +### Releases +- [PyPI v0.27.22] https://pypi.org/project/apideck-unify/0.27.22 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index da5b7d0f..1e5eb5d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.27.20" +version = "0.27.22" description = "Python Client SDK Generated by Speakeasy." authors = [{ name = "Speakeasy" },] readme = "README-PYPI.md" diff --git a/src/apideck_unify/_version.py b/src/apideck_unify/_version.py index bd212050..c98c98c7 100644 --- a/src/apideck_unify/_version.py +++ b/src/apideck_unify/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "apideck-unify" -__version__: str = "0.27.20" +__version__: str = "0.27.22" __openapi_doc_version__: str = "10.21.15" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.27.20 2.753.1 10.21.15 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.27.22 2.753.1 10.21.15 apideck-unify" try: if __package__ is not None: