File tree Expand file tree Collapse file tree 7 files changed +20
-10
lines changed Expand file tree Collapse file tree 7 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 10.21.15
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.18
9- configChecksum: 9ef780b0ebe68301e2eec070a92b132e
8+ releaseVersion: 0.27.20
9+ configChecksum: 3833823e99f7c57dcdbbb2286aab9e3b
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.18
31+ version : 0.27.20
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763376009
9+ - speakeasy-sdk-regen-1763392798
1010 - 10.21.15
1111targets:
1212 apideck:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:5c3910f746337d073fccb262b3ec14ac16543f0a45e2d28877c3a591bbc78c02
1616 sourceBlobDigest: sha256:afbc763c2c31093a08e3cca76c4a769f698d07c82050053fa7941af998eba616
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:6e85688cde13abbe1c38594b2ee68651e68a7ac5d9d6caa4bdd8be852916f04a
18+ codeSamplesRevisionDigest: sha256:ee94308ee2f23ffe7b856dfbce977a007d58e64d0332b322dcb4852c36b13bb3
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -648,4 +648,14 @@ Based on:
648648### Generated
649649- [ python v0.27.18] .
650650### Releases
651- - [ PyPI v0.27.18] https://pypi.org/project/apideck-unify/0.27.18 - .
651+ - [ PyPI v0.27.18] https://pypi.org/project/apideck-unify/0.27.18 - .
652+
653+ ## 2025-11-17 15:19:34
654+ ### Changes
655+ Based on:
656+ - OpenAPI Doc
657+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
658+ ### Generated
659+ - [ python v0.27.20] .
660+ ### Releases
661+ - [ PyPI v0.27.20] https://pypi.org/project/apideck-unify/0.27.20 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.18 "
4+ version = " 0.27.20 "
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.18 "
6+ __version__ : str = "0.27.20 "
77__openapi_doc_version__ : str = "10.21.15"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.18 2.753.1 10.21.15 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.20 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