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: 139821cf7f3e3ea12c495336b7dda4df
55 docVersion: "0.81"
6- speakeasyVersion: 1.501 .0
7- generationVersion: 2.522 .1
8- releaseVersion: 0.20.2
9- configChecksum: c8d64e99699944f92d9341441c80a2ef
6+ speakeasyVersion: 1.502 .0
7+ generationVersion: 2.524 .1
8+ releaseVersion: 0.20.3
9+ configChecksum: 37f3853c4587819cbfea2e7ddcc26ab9
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.2
21+ version : 0.20.3
2222 additionalDependencies :
2323 dev : {}
2424 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.501 .0
1+ speakeasyVersion: 1.502 .0
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:030b9363022b1041b5845715e22a9ff871c69421302a3a4fbda341e0fbeba2b1
18+ codeSamplesRevisionDigest: sha256:bf22eb7fc1e5383741555ac7b3ecd185485ba18c8aa3b56b6124a140c9cfac3c
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -578,4 +578,14 @@ Based on:
578578### Generated
579579- [ python v0.20.2] .
580580### Releases
581- - [ PyPI v0.20.2] https://pypi.org/project/mixpeek/0.20.2 - .
581+ - [ PyPI v0.20.2] https://pypi.org/project/mixpeek/0.20.2 - .
582+
583+ ## 2025-02-25 00:09:21
584+ ### Changes
585+ Based on:
586+ - OpenAPI Doc
587+ - Speakeasy CLI 1.502.0 (2.524.1) https://github.com/speakeasy-api/speakeasy
588+ ### Generated
589+ - [ python v0.20.3] .
590+ ### Releases
591+ - [ PyPI v0.20.3] https://pypi.org/project/mixpeek/0.20.3 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mixpeek"
3- version = " 0.20.2 "
3+ version = " 0.20.3 "
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.2 "
6+ __version__ : str = "0.20.3 "
77__openapi_doc_version__ : str = "0.81"
8- __gen_version__ : str = "2.522 .1"
9- __user_agent__ : str = "speakeasy-sdk/python 0.20.2 2.522 .1 0.81 mixpeek"
8+ __gen_version__ : str = "2.524 .1"
9+ __user_agent__ : str = "speakeasy-sdk/python 0.20.3 2.524 .1 0.81 mixpeek"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments