File tree Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: "0.81"
66 speakeasyVersion: 1.513.4
77 generationVersion: 2.545.4
8- releaseVersion: 0.20.14
9- configChecksum: cf66cdcca57150f29efc35870587dea6
8+ releaseVersion: 0.20.15
9+ configChecksum: 7e4761fd0885f09d15923024f6b03c11
1010 repoURL: https://github.com/mixpeek/python-sdk.git
1111 installationURL: https://github.com/mixpeek/python-sdk.git
1212 published: true
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
1818 oAuth2ClientCredentialsEnabled : false
1919 oAuth2PasswordEnabled : false
2020python :
21- version : 0.20.14
21+ version : 0.20.15
2222 additionalDependencies :
2323 dev : {}
2424 main : {}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:8e6f4c34b8eaf1bd11ff68b489d956e9a9928399deac09bf604388854d2b71bb
1616 sourceBlobDigest: sha256:35541f9169ad0a4c902746e48f6498c61d1832e68083e3ca700f5daeb21bb4b8
1717 codeSamplesNamespace: mixpeek-api-python-code-samples
18- codeSamplesRevisionDigest: sha256:b429b83e7f5fb451a1249c6d86744694d033dc407261c01e30f6516265a0c4c2
18+ codeSamplesRevisionDigest: sha256:544156a66634203310a6bc5035f128e77b6b3899d25bd0b9db88f0c471050e19
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -698,4 +698,14 @@ Based on:
698698### Generated
699699- [ python v0.20.14] .
700700### Releases
701- - [ PyPI v0.20.14] https://pypi.org/project/mixpeek/0.20.14 - .
701+ - [ PyPI v0.20.14] https://pypi.org/project/mixpeek/0.20.14 - .
702+
703+ ## 2025-03-09 00:06:57
704+ ### Changes
705+ Based on:
706+ - OpenAPI Doc
707+ - Speakeasy CLI 1.513.4 (2.545.4) https://github.com/speakeasy-api/speakeasy
708+ ### Generated
709+ - [ python v0.20.15] .
710+ ### Releases
711+ - [ PyPI v0.20.15] https://pypi.org/project/mixpeek/0.20.15 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mixpeek"
3- version = " 0.20.14 "
3+ version = " 0.20.15 "
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 = "mixpeek"
6- __version__ : str = "0.20.14 "
6+ __version__ : str = "0.20.15 "
77__openapi_doc_version__ : str = "0.81"
88__gen_version__ : str = "2.545.4"
9- __user_agent__ : str = "speakeasy-sdk/python 0.20.14 2.545.4 0.81 mixpeek"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.20.15 2.545.4 0.81 mixpeek"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments