File tree Expand file tree Collapse file tree 6 files changed +27
-17
lines changed Expand file tree Collapse file tree 6 files changed +27
-17
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: 26393aef80f1e82b8b4882e3829a63e2
5- docVersion: 10.21.16
4+ docChecksum: deffc041238419c75e15e7cb219aa582
5+ docVersion: 10.21.17
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.66
9- configChecksum: fbc1e1b35e1f021a25a108c89a89c9f8
8+ releaseVersion: 0.27.68
9+ configChecksum: 117dc02574ea8b3e7502e3ffb66edf50
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.66
31+ version : 0.27.68
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:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
6- sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
5+ sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d
6+ sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1764029905
10- - 10.21.16
9+ - speakeasy-sdk-regen-1764064765
10+ - 10.21.17
1111targets:
1212 apideck:
1313 source: Apideck
1414 sourceNamespace: apideck
15- sourceRevisionDigest: sha256:3c93aa024164a9ea31c328dfd26c6ed0e6e29da2684d3b158c7d3845ebf5cd3a
16- sourceBlobDigest: sha256:a31f5d49185c216725c2fa386001eb97143dc017847a22e8e4251d5c75ccc07f
15+ sourceRevisionDigest: sha256:a8c33826f9f71be0e42af0ace741b2f257d7b47b71e16e57fd6fd56e5e08df6d
16+ sourceBlobDigest: sha256:c642794ea017f7222674c3d2b55c2ae7f8b69ac08a68af47477af769588b2796
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:bdfc4d5cd9dfb2ec22242abab7e888496e44ab5610a340665728b33f0a8fc88d
18+ codeSamplesRevisionDigest: sha256:a2cab6cf19d2439c2be755c4574f99b8a0419a20496413bd611234b4faf16d9a
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -888,4 +888,14 @@ Based on:
888888### Generated
889889- [ python v0.27.66] .
890890### Releases
891- - [ PyPI v0.27.66] https://pypi.org/project/apideck-unify/0.27.66 - .
891+ - [ PyPI v0.27.66] https://pypi.org/project/apideck-unify/0.27.66 - .
892+
893+ ## 2025-11-25 09:59:02
894+ ### Changes
895+ Based on:
896+ - OpenAPI Doc
897+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
898+ ### Generated
899+ - [ python v0.27.68] .
900+ ### Releases
901+ - [ PyPI v0.27.68] https://pypi.org/project/apideck-unify/0.27.68 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.66 "
4+ version = " 0.27.68 "
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.66 "
7- __openapi_doc_version__ : str = "10.21.16 "
6+ __version__ : str = "0.27.68 "
7+ __openapi_doc_version__ : str = "10.21.17 "
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.66 2.753.1 10.21.16 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.68 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