Skip to content

Commit 81a573a

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.0
1 parent daa4b4a commit 81a573a

File tree

6 files changed

+22
-12
lines changed

6 files changed

+22
-12
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 82df1e5d-b6ea-4e02-ac0f-abaa4eefdb64
33
management:
44
docChecksum: 139821cf7f3e3ea12c495336b7dda4df
55
docVersion: "0.81"
6-
speakeasyVersion: 1.507.0
7-
generationVersion: 2.533.0
8-
releaseVersion: 0.20.6
9-
configChecksum: 846de33ea97bad4a1efcbfe4deba95e1
6+
speakeasyVersion: 1.508.0
7+
generationVersion: 2.536.0
8+
releaseVersion: 0.20.7
9+
configChecksum: 0d9b1f84a16e1d61bf9b10b463e4360e
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.6
21+
version: 0.20.7
2222
additionalDependencies:
2323
dev: {}
2424
main: {}

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.507.0
1+
speakeasyVersion: 1.508.0
22
sources:
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:42fbca00dedb8c8221c88bbfe0bfb7d6d6dacea72c28f226aa4c97127d35a126
18+
codeSamplesRevisionDigest: sha256:89d64059fb17f9fcd443e1f687210a17a68690de8f1de0b96a8d97d904bb9105
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
@@ -618,4 +618,14 @@ Based on:
618618
### Generated
619619
- [python v0.20.6] .
620620
### Releases
621-
- [PyPI v0.20.6] https://pypi.org/project/mixpeek/0.20.6 - .
621+
- [PyPI v0.20.6] https://pypi.org/project/mixpeek/0.20.6 - .
622+
623+
## 2025-03-01 00:08:17
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc
627+
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [python v0.20.7] .
630+
### Releases
631+
- [PyPI v0.20.7] https://pypi.org/project/mixpeek/0.20.7 - .

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.6"
3+
version = "0.20.7"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

src/mixpeek/_version.py

Lines changed: 3 additions & 3 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.6"
6+
__version__: str = "0.20.7"
77
__openapi_doc_version__: str = "0.81"
8-
__gen_version__: str = "2.533.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.20.6 2.533.0 0.81 mixpeek"
8+
__gen_version__: str = "2.536.0"
9+
__user_agent__: str = "speakeasy-sdk/python 0.20.7 2.536.0 0.81 mixpeek"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)