File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: fca0ac3a-5f4e-452c-bbc7-2311afa8da40
33management:
4- docChecksum: 3463632f257ed03d78f4fbeeb680e569
4+ docChecksum: da9ea34e473e742ac93aebf1e0757d93
55 docVersion: 10.17.2
66 speakeasyVersion: 1.554.1
77 generationVersion: 2.616.1
8- releaseVersion: 0.17.0
9- configChecksum: e5085b14cf46f7df9c75769921f66cff
8+ releaseVersion: 0.17.1
9+ configChecksum: 024478e15c199fd21f4a7c8684f2137e
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 @@ -20,7 +20,7 @@ generation:
2020 oAuth2ClientCredentialsEnabled : true
2121 oAuth2PasswordEnabled : true
2222python :
23- version : 0.17.0
23+ version : 0.17.1
2424 additionalDependencies :
2525 dev : {}
2626 main : {}
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ speakeasyVersion: 1.554.1
22sources:
33 Apideck:
44 sourceNamespace: apideck
5- sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
6- sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
5+ sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
6+ sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
77 tags:
88 - latest
9- - speakeasy-sdk-regen-1748269647
9+ - speakeasy-sdk-regen-1748587735
1010 - 10.17.2
1111targets:
1212 apideck:
1313 source: Apideck
1414 sourceNamespace: apideck
15- sourceRevisionDigest: sha256:e6abe08224dce8d299432cd4245000fc31094574f0933bb1b3108b29fe153eaa
16- sourceBlobDigest: sha256:45718a09f8394811f7017eb2d3a72f3fb638c71309a85c8306691dfe0fb14a54
15+ sourceRevisionDigest: sha256:6b53adb4626c8bcfa4b7c5c69f1795cd63fddbe0ffe20a2c666d77b1bf32bcd2
16+ sourceBlobDigest: sha256:71dfd380f81d7d463d8c4a6c2f0a1921e2833f409d571fdfb21cc907fd454e55
1717 codeSamplesNamespace: apideck-python-code-samples
18- codeSamplesRevisionDigest: sha256:245e102cad462dc0785e58be7fbdc88af47cd2b6cc1d653a8ff1b3f13053e3ef
18+ codeSamplesRevisionDigest: sha256:4610d7d7bbb048a5cacb8e6a221c264066037c953ae0e59964637cc9d792b535
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -278,4 +278,14 @@ Based on:
278278### Generated
279279- [ python v0.17.0] .
280280### Releases
281- - [ PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
281+ - [ PyPI v0.17.0] https://pypi.org/project/apideck-unify/0.17.0 - .
282+
283+ ## 2025-05-30 06:48:37
284+ ### Changes
285+ Based on:
286+ - OpenAPI Doc
287+ - Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
288+ ### Generated
289+ - [ python v0.17.1] .
290+ ### Releases
291+ - [ PyPI v0.17.1] https://pypi.org/project/apideck-unify/0.17.1 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " apideck-unify"
3- version = " 0.17.0 "
3+ version = " 0.17.1 "
44description = " Python Client SDK Generated by Speakeasy."
55authors = [{ name = " Speakeasy" },]
66readme = " 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.17.0 "
6+ __version__ : str = "0.17.1 "
77__openapi_doc_version__ : str = "10.17.2"
88__gen_version__ : str = "2.616.1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.17.0 2.616.1 10.17.2 apideck-unify"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.17.1 2.616.1 10.17.2 apideck-unify"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments