diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index fa2a1648..ce70923b 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 10.21.16 speakeasyVersion: 1.656.1 generationVersion: 2.753.1 - releaseVersion: 0.27.64 - configChecksum: 5cdf2c840c80b54ed6b1448d346f0b5c + releaseVersion: 0.27.66 + configChecksum: fbc1e1b35e1f021a25a108c89a89c9f8 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 694f47a0..b5cf73b0 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -28,7 +28,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 0.27.64 + version: 0.27.66 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 09ba7a03..5f47062d 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -6,7 +6,7 @@ sources: sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f tags: - latest - - speakeasy-sdk-regen-1763989838 + - speakeasy-sdk-regen-1764029905 - 10.21.16 targets: apideck: @@ -15,7 +15,7 @@ targets: sourceRevisionDigest: sha256:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f codeSamplesNamespace: apideck-python-code-samples - codeSamplesRevisionDigest: sha256:d6347091f0de4d042f385f985c276f26809faf1dfb5de85a07bc0e56ac63cd4f + codeSamplesRevisionDigest: sha256:bdfc4d5cd9dfb2ec22242abab7e888496e44ab5610a340665728b33f0a8fc88d workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index fb7d46e4..1333e141 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -878,4 +878,14 @@ Based on: ### Generated - [python v0.27.64] . ### Releases -- [PyPI v0.27.64] https://pypi.org/project/apideck-unify/0.27.64 - . \ No newline at end of file +- [PyPI v0.27.64] https://pypi.org/project/apideck-unify/0.27.64 - . + +## 2025-11-25 00:18:02 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.27.66] . +### Releases +- [PyPI v0.27.66] https://pypi.org/project/apideck-unify/0.27.66 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1a945c07..2a5f6564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "apideck-unify" -version = "0.27.64" +version = "0.27.66" 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 06e67b70..72bc9cc0 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.64" +__version__: str = "0.27.66" __openapi_doc_version__: str = "10.21.16" __gen_version__: str = "2.753.1" -__user_agent__: str = "speakeasy-sdk/python 0.27.64 2.753.1 10.21.16 apideck-unify" +__user_agent__: str = "speakeasy-sdk/python 0.27.66 2.753.1 10.21.16 apideck-unify" try: if __package__ is not None: