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.15
66 speakeasyVersion: 1.656.1
77 generationVersion: 2.753.1
8- releaseVersion: 0.27.48
9- configChecksum: cede00bbb24e8b1c88e8e1590c7823d2
8+ releaseVersion: 0.27.50
9+ configChecksum: e662195de27c6ece05f5e720de8859f6
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.48
31+ version : 0.27.50
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 66 sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1763650194
9+ - speakeasy-sdk-regen-1763684364
1010 - 10.21.15
1111targets:
1212 apideck:
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:89ef916ec43707767680d178b6b48b164c2b641127f4a18525df60f451fc2c05
1616 sourceBlobDigest: sha256:a9b82a97054df048bcbfeccf5da41c8bbf9823317391712bd74443e329c297bd
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:33543540ca8dc31cd66d0d5c06b6e1c5c94e73fd4fd47b919f3374054ac36ba5
18+ codeSamplesRevisionDigest: sha256:87cf8aa4626731d1070a845082346cb626006b282d8089aba42e99e525761da8
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -798,4 +798,14 @@ Based on:
798798### Generated
799799- [ python v0.27.48] .
800800### Releases
801- - [ PyPI v0.27.48] https://pypi.org/project/apideck-unify/0.27.48 - .
801+ - [ PyPI v0.27.48] https://pypi.org/project/apideck-unify/0.27.48 - .
802+
803+ ## 2025-11-21 00:19:01
804+ ### Changes
805+ Based on:
806+ - OpenAPI Doc
807+ - Speakeasy CLI 1.656.1 (2.753.1) https://github.com/speakeasy-api/speakeasy
808+ ### Generated
809+ - [ python v0.27.50] .
810+ ### Releases
811+ - [ PyPI v0.27.50] https://pypi.org/project/apideck-unify/0.27.50 - .
Original file line number Diff line number Diff line change 11
22[project ]
33name = " apideck-unify"
4- version = " 0.27.48 "
4+ version = " 0.27.50 "
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.48 "
6+ __version__ : str = "0.27.50 "
77__openapi_doc_version__ : str = "10.21.15"
88__gen_version__ : str = "2.753.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.27.48 2.753.1 10.21.15 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.27.50 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