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.17
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.72
9- configChecksum: 9af8393bb947520cc058bc1731a4fa0d
8+ releaseVersion: 0.27.74
9+ configChecksum: 7bc6d27b1274ab8baf8236ce000052f5
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.72
31+ version : 0.27.74
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1764075248
9+ - speakeasy-sdk-regen-1764079882
1010 - 10.21.17
1111targets:
1212 apideck:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d
1616 sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:0a33819a7f57ee7d2e910e1ab624fa1b0aa5bffe640db72d6ce738c0d9b2a02d
18+ codeSamplesRevisionDigest: sha256:1411d473a8172a28452f9bce5910a834ca77b2cedb5f424a6a9a7430e0c6f10b
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -918,4 +918,14 @@ Based on:
918918### Generated
919919- [ python v0.27.72] .
920920### Releases
921- - [ PyPI v0.27.72] https://pypi.org/project/apideck-unify/0.27.72 - .
921+ - [ PyPI v0.27.72] https://pypi.org/project/apideck-unify/0.27.72 - .
922+
923+ ## 2025-11-25 14:10:56
924+ ### Changes
925+ Based on:
926+ - OpenAPI Doc
927+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
928+ ### Generated
929+ - [ python v0.27.74] .
930+ ### Releases
931+ - [ PyPI v0.27.74] https://pypi.org/project/apideck-unify/0.27.74 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.72 "
4+ version = " 0.27.74 "
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.72 "
6+ __version__ : str = "0.27.74 "
77__openapi_doc_version__ : str = "10.21.17"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.72 2.753.1 10.21.17 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.74 2.753.1 10.21.17 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments