File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 10.21.16
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.60
9- configChecksum: b931db715c6ccd2624e5801b4b759984
8+ releaseVersion: 0.27.62
9+ configChecksum: c16904f3108e467b8278b43769999ad5
1010 repoURL: https://github.com/apideck-libraries/sdk-python.git
1111 installationURL: https://github.com/apideck-libraries/sdk-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ generation:
2828 generateNewTests : false
2929 skipResponseBodyAssertions : false
3030python :
31- version : 0.27.60
31+ version : 0.27.62
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763971804
9+ - speakeasy-sdk-regen-1763980359
1010 - 10.21.16
1111targets:
1212 apideck:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
1616 sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:c9798d15d6b930fcdf29acc8ff85105e40b87ae3ff136bb978b8b62a70aad0ff
18+ codeSamplesRevisionDigest: sha256:2258454f351cfb09298aa7824d89a57ee0e812255a87574ed00e655a0e2bf6ef
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -858,4 +858,14 @@ Based on:
858858### Generated
859859- [ python v0.27.60] .
860860### Releases
861- - [ PyPI v0.27.60] https://pypi.org/project/apideck-unify/0.27.60 - .
861+ - [ PyPI v0.27.60] https://pypi.org/project/apideck-unify/0.27.60 - .
862+
863+ ## 2025-11-24 10:32:12
864+ ### Changes
865+ Based on:
866+ - OpenAPI Doc
867+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
868+ ### Generated
869+ - [ python v0.27.62] .
870+ ### Releases
871+ - [ PyPI v0.27.62] https://pypi.org/project/apideck-unify/0.27.62 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.60 "
4+ version = " 0.27.62 "
55description = " Python Client SDK Generated by Speakeasy."
66authors = [{ name = " Speakeasy" },]
77readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "apideck-unify"
6- __version__ : str = "0.27.60 "
6+ __version__ : str = "0.27.62 "
77__openapi_doc_version__ : str = "10.21.16"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.60 2.753.1 10.21.16 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.62 2.753.1 10.21.16 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments