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.18
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.84
9- configChecksum: 932674136fa92619d1f349ce9fc98cde
8+ releaseVersion: 0.27.86
9+ configChecksum: 7919bdb35bb8fe074c0b4973c2144f4d
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.84
31+ version : 0.27.86
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1764161177
9+ - speakeasy-sdk-regen-1764162795
1010 - 10.21.18
1111targets:
1212 apideck:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:7943744a97996166cce2f28e896ee04e866d7dc6118f243a930c11f6e8fc0406
1616 sourceBlobDigest: sha256:b426327f78b6ab700ad4e4b02246636b8be9536ae50bcb0e6420def02749458d
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:82db211d5917c1110bf42de2f208566e15ce8e67f9ff867158f7de6ddcdabe95
18+ codeSamplesRevisionDigest: sha256:f6a28933503ccd0ca980974ebff8e9c1bd913dabba9fa9cfcdf3fa842a9d0bf9
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -978,4 +978,14 @@ Based on:
978978### Generated
979979- [ python v0.27.84] .
980980### Releases
981- - [ PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .
981+ - [ PyPI v0.27.84] https://pypi.org/project/apideck-unify/0.27.84 - .
982+
983+ ## 2025-11-26 13:12:52
984+ ### Changes
985+ Based on:
986+ - OpenAPI Doc
987+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
988+ ### Generated
989+ - [ python v0.27.86] .
990+ ### Releases
991+ - [ PyPI v0.27.86] https://pypi.org/project/apideck-unify/0.27.86 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.84 "
4+ version = " 0.27.86 "
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.84 "
6+ __version__ : str = "0.27.86 "
77__openapi_doc_version__ : str = "10.21.18"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.84 2.753.1 10.21.18 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.86 2.753.1 10.21.18 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You canβt perform that action at this time.
0 commit comments