diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 2d394105..3f90f93c 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.50 - configChecksum: e662195de27c6ece05f5e720de8859f6 + releaseVersion: 0.27.52 + configChecksum: 4fd1496978711302771f74593a11579a 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 a0cec6b4..b7503f85 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -28,7 +28,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.27.50 + version: 0.27.52 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 37a1c91c..751d16ea 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -6,7 +6,7 @@ sources: sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd tags: - latest - - speakeasy-sdk-regen-1763684364 + - speakeasy-sdk-regen-1763719739 - 10.21.15 targets: apideck: @@ -15,7 +15,7 @@ targets: sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05 sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:87cf8aa4626731d1070a845082346cb626006b282d8089aba42e99e525761da8 + codeSamplesRevisionDigest: sha256:8f4e23ec69f96270053a953d0a98f174b886aa3b00423d2a7f7e9a09b7718575 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 73ec82b3..7a4dcdcf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -808,4 +808,14 @@ Based on: ### Generated - [python v0.27.50] . ### Releases -- [PyPI v0.27.50] https://pypi.org/project/apideck-unify/0.27.50 - . \ No newline at end of file +- [PyPI v0.27.50] https://pypi.org/project/apideck-unify/0.27.50 - . + +## 2025-11-21 10:08:35 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.27.52] . +### Releases +- [PyPI v0.27.52] https://pypi.org/project/apideck-unify/0.27.52 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 58d23f4f..ba445a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.27.50" +version = "0.27.52" 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 fc77fc15..1da6bbd9 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.50" +__version__: str = "0.27.52" __openapi_doc_version__: str = "10.21.15" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.27.50 2.753.1 10.21.15 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.27.52 2.753.1 10.21.15 apideck-unify" try: if __package__ is not None: