File tree Expand file tree Collapse file tree 6 files changed +24
-14
lines changed Expand file tree Collapse file tree 6 files changed +24
-14
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33management:
4- docChecksum: 2d326dfddf2a34deeb43193b8bc33b28
4+ docChecksum: 9cfe3297f500289b376f2e550ad10bf4
55 docVersion: 10.21.15
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.34
9- configChecksum: df6a7c9c20a895cd9cffbf80d18bd044
8+ releaseVersion: 0.27.36
9+ configChecksum: d6a7348dc2ec89daa02ba650d805b413
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.34
31+ version : 0.27.36
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.656.1
22sources:
33 Apideck:
44 sourceNamespace: apideck
5- sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02
6- sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
5+ sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
6+ sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763511597
9+ - speakeasy-sdk-regen-1763537227
1010 - 10.21.15
1111targets:
1212 apideck:
1313 source: Apideck
1414 sourceNamespace: apideck
15- sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02
16- sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
15+ sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
16+ sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:4689a0e7209d3638b12a5ac4bba404bb833773794a2e1a89f1dd066595be34b4
18+ codeSamplesRevisionDigest: sha256:75cf3c2ee249bc43506bb422bce0d98444fc648294fa519f36ef1215365f0ad7
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -728,4 +728,14 @@ Based on:
728728### Generated
729729- [ python v0.27.34] .
730730### Releases
731- - [ PyPI v0.27.34] https://pypi.org/project/apideck-unify/0.27.34 - .
731+ - [ PyPI v0.27.34] https://pypi.org/project/apideck-unify/0.27.34 - .
732+
733+ ## 2025-11-19 07:26:45
734+ ### Changes
735+ Based on:
736+ - OpenAPI Doc
737+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
738+ ### Generated
739+ - [ python v0.27.36] .
740+ ### Releases
741+ - [ PyPI v0.27.36] https://pypi.org/project/apideck-unify/0.27.36 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.34 "
4+ version = " 0.27.36 "
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.34 "
6+ __version__ : str = "0.27.36 "
77__openapi_doc_version__ : str = "10.21.15"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.34 2.753.1 10.21.15 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.36 2.753.1 10.21.15 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments