diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 56c79061..f28377f6 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.16 - configChecksum: 119b3b059e9559384c46561409b95da8 + releaseVersion: 0.27.18 + configChecksum: 9ef780b0ebe68301e2eec070a92b132e 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 a1ffe7e6..b6aa2448 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -28,7 +28,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.27.16 + version: 0.27.18 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 8d502984..dbbe4284 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -6,7 +6,7 @@ sources: sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616 tags: - latest - - speakeasy-sdk-regen-1763370092 + - speakeasy-sdk-regen-1763376009 - 10.21.15 targets: apideck: @@ -15,7 +15,7 @@ targets: sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02 sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616 codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:cf2282b3ac0bbe1415884627a5a758a9a102836a2f12c12dbcf9e5ae81ad0dfe + codeSamplesRevisionDigest: sha256:6e85688cde13abbe1c38594b2ee68651e68a7ac5d9d6caa4bdd8be852916f04a workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 7c1d7781..727067cf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -638,4 +638,14 @@ Based on: ### Generated - [python v0.27.16] . ### Releases -- [PyPI v0.27.16] https://pypi.org/project/apideck-unify/0.27.16 - . \ No newline at end of file +- [PyPI v0.27.16] https://pypi.org/project/apideck-unify/0.27.16 - . + +## 2025-11-17 10:39:47 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.27.18] . +### Releases +- [PyPI v0.27.18] https://pypi.org/project/apideck-unify/0.27.18 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d2a1ef25..5e537cb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.27.16" +version = "0.27.18" 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 a4f18fd4..f53a0888 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.16" +__version__: str = "0.27.18" __openapi_doc_version__: str = "10.21.15" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.27.16 2.753.1 10.21.15 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.27.18 2.753.1 10.21.15 apideck-unify" try: if __package__ is not None: