diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index ac8c5101..ca50019c 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 10.21.17 speakeasyVersion: 1.656.1 generationVersion: 2.753.1 - releaseVersion: 0.27.72 - configChecksum: 9af8393bb947520cc058bc1731a4fa0d + releaseVersion: 0.27.74 + configChecksum: 7bc6d27b1274ab8baf8236ce000052f5 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 85135d5c..1200cc9b 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -28,7 +28,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.27.72 + version: 0.27.74 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 1cd70c06..d072d243 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -6,7 +6,7 @@ sources: sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796 tags: - latest - - speakeasy-sdk-regen-1764075248 + - speakeasy-sdk-regen-1764079882 - 10.21.17 targets: apideck: @@ -15,7 +15,7 @@ targets: sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796 codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:0a33819a7f57ee7d2e910e1ab624fa1b0aa5bffe640db72d6ce738c0d9b2a02d + codeSamplesRevisionDigest: sha256:1411d473a8172a28452f9bce5910a834ca77b2cedb5f424a6a9a7430e0c6f10b workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index b048adc8..abf89a63 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -918,4 +918,14 @@ Based on: ### Generated - [python v0.27.72] . ### Releases -- [PyPI v0.27.72] https://pypi.org/project/apideck-unify/0.27.72 - . \ No newline at end of file +- [PyPI v0.27.72] https://pypi.org/project/apideck-unify/0.27.72 - . + +## 2025-11-25 14:10:56 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.27.74] . +### Releases +- [PyPI v0.27.74] https://pypi.org/project/apideck-unify/0.27.74 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2da5b3f1..6566cfcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.27.72" +version = "0.27.74" 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 45f0bb73..720aecf3 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.72" +__version__: str = "0.27.74" __openapi_doc_version__: str = "10.21.17" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.27.72 2.753.1 10.21.17 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.27.74 2.753.1 10.21.17 apideck-unify" try: if __package__ is not None: