Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 10.21.16
speakeasyVersion: 1.656.1
generationVersion: 2.753.1
releaseVersion: 0.27.60
configChecksum: b931db715c6ccd2624e5801b4b759984
releaseVersion: 0.27.62
configChecksum: c16904f3108e467b8278b43769999ad5
repoURL: https://github.com/apideck-libraries/sdk-python.git
installationURL: https://github.com/apideck-libraries/sdk-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.27.60
version: 0.27.62
additionalDependencies:
dev: {}
main: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sources:
sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
tags:
- latest
- speakeasy-sdk-regen-1763971804
- speakeasy-sdk-regen-1763980359
- 10.21.16
targets:
apideck:
Expand All @@ -15,7 +15,7 @@ targets:
sourceRevisionDigest: sha256:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
codeSamplesNamespace: apideck-python-code-samples
codeSamplesRevisionDigest: sha256:c9798d15d6b930fcdf29acc8ff85105e40b87ae3ff136bb978b8b62a70aad0ff
codeSamplesRevisionDigest: sha256:2258454f351cfb09298aa7824d89a57ee0e812255a87574ed00e655a0e2bf6ef
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,14 @@ Based on:
### Generated
- [python v0.27.60] .
### Releases
- [PyPI v0.27.60] https://pypi.org/project/apideck-unify/0.27.60 - .
- [PyPI v0.27.60] https://pypi.org/project/apideck-unify/0.27.60 - .

## 2025-11-24 10:32:12
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.27.62] .
### Releases
- [PyPI v0.27.62] https://pypi.org/project/apideck-unify/0.27.62 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "apideck-unify"
version = "0.27.60"
version = "0.27.62"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
Expand Down
4 changes: 2 additions & 2 deletions src/apideck_unify/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "apideck-unify"
__version__: str = "0.27.60"
__version__: str = "0.27.62"
__openapi_doc_version__: str = "10.21.16"
__gen_version__: str = "2.753.1"
__user_agent__: str = "speakeasy-sdk/python 0.27.60 2.753.1 10.21.16 apideck-unify"
__user_agent__: str = "speakeasy-sdk/python 0.27.62 2.753.1 10.21.16 apideck-unify"

try:
if __package__ is not None:
Expand Down