Skip to content

Commit 9d5df8b

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.501.0
1 parent 86afd6d commit 9d5df8b

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: "0.81"
66
speakeasyVersion: 1.501.0
77
generationVersion: 2.522.1
8-
releaseVersion: 0.20.0
9-
configChecksum: e91d66c5ae22f882253a89ed2bea3f55
8+
releaseVersion: 0.20.1
9+
configChecksum: c8d47a2f0133bf907d97c806d064047b
1010
repoURL: https://github.com/mixpeek/python-sdk.git
1111
installationURL: https://github.com/mixpeek/python-sdk.git
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: false
1919
oAuth2PasswordEnabled: false
2020
python:
21-
version: 0.20.0
21+
version: 0.20.1
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:601f01da82411c6e94b26c9e97123b2a8b109702616006a3418acd00db459c3d
18+
codeSamplesRevisionDigest: sha256:c0fc119a5a0d109569e5ab6afa7fbaa8f0b48b71a89a7455bbbc948fd7a9430a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,14 @@ Based on:
558558
### Generated
559559
- [python v0.20.0] .
560560
### Releases
561-
- [PyPI v0.20.0] https://pypi.org/project/mixpeek/0.20.0 - .
561+
- [PyPI v0.20.0] https://pypi.org/project/mixpeek/0.20.0 - .
562+
563+
## 2025-02-23 00:08:04
564+
### Changes
565+
Based on:
566+
- OpenAPI Doc
567+
- Speakeasy CLI 1.501.0 (2.522.1) https://github.com/speakeasy-api/speakeasy
568+
### Generated
569+
- [python v0.20.1] .
570+
### Releases
571+
- [PyPI v0.20.1] https://pypi.org/project/mixpeek/0.20.1 - .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mixpeek"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

src/mixpeek/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "mixpeek"
6-
__version__: str = "0.20.0"
6+
__version__: str = "0.20.1"
77
__openapi_doc_version__: str = "0.81"
88
__gen_version__: str = "2.522.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.20.0 2.522.1 0.81 mixpeek"
9+
__user_agent__: str = "speakeasy-sdk/python 0.20.1 2.522.1 0.81 mixpeek"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)