File tree Expand file tree Collapse file tree 6 files changed +22
-12
lines changed Expand file tree Collapse file tree 6 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 82df1e5d-b6ea-4e02-ac0f-abaa4eefdb64
33management:
44 docChecksum: 9bcafaf89ee2b5a77e6322f951e3c1fb
55 docVersion: "0.81"
6- speakeasyVersion: 1.517.0
7- generationVersion: 2.548.1
8- releaseVersion: 0.20.18
9- configChecksum: d701a4c3d3329ef18c417c12d66b39dd
6+ speakeasyVersion: 1.517.2
7+ generationVersion: 2.548.5
8+ releaseVersion: 0.20.19
9+ configChecksum: fc5a01810567ffda1728eb463eff500e
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.18
21+ version : 0.20.19
2222 additionalDependencies :
2323 dev : {}
2424 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.517.0
1+ speakeasyVersion: 1.517.2
22sources:
33 Mixpeek API:
44 sourceNamespace: mixpeek-api
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:8e6f4c34b8eaf1bd11ff68b489d956e9a9928399deac09bf604388854d2b71bb
1616 sourceBlobDigest: sha256:35541f9169ad0a4c902746e48f6498c61d1832e68083e3ca700f5daeb21bb4b8
1717 codeSamplesNamespace: mixpeek-api-python-code-samples
18- codeSamplesRevisionDigest: sha256:fba0f75e413fb5844940a9c99d4e9c336cd964b0102edc6f1f86270a11888b34
18+ codeSamplesRevisionDigest: sha256:e73b3641ed190adb22c2ebf86b173746aa03cf245b836f101d1bb2efc92fbc27
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -738,4 +738,14 @@ Based on:
738738### Generated
739739- [ python v0.20.18] .
740740### Releases
741- - [ PyPI v0.20.18] https://pypi.org/project/mixpeek/0.20.18 - .
741+ - [ PyPI v0.20.18] https://pypi.org/project/mixpeek/0.20.18 - .
742+
743+ ## 2025-03-13 00:07:44
744+ ### Changes
745+ Based on:
746+ - OpenAPI Doc
747+ - Speakeasy CLI 1.517.2 (2.548.5) https://github.com/speakeasy-api/speakeasy
748+ ### Generated
749+ - [ python v0.20.19] .
750+ ### Releases
751+ - [ PyPI v0.20.19] https://pypi.org/project/mixpeek/0.20.19 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mixpeek"
3- version = " 0.20.18 "
3+ version = " 0.20.19 "
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.18 "
6+ __version__ : str = "0.20.19 "
77__openapi_doc_version__ : str = "0.81"
8- __gen_version__ : str = "2.548.1 "
9- __user_agent__ : str = "speakeasy-sdk/python 0.20.18 2.548.1 0.81 mixpeek"
8+ __gen_version__ : str = "2.548.5 "
9+ __user_agent__ : str = "speakeasy-sdk/python 0.20.19 2.548.5 0.81 mixpeek"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments