Skip to content

Commit 9d2c12f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.517.2
1 parent 7ac55f3 commit 9d2c12f

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: 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

.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.18
21+
version: 0.20.19
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.517.0
1+
speakeasyVersion: 1.517.2
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:fba0f75e413fb5844940a9c99d4e9c336cd964b0102edc6f1f86270a11888b34
18+
codeSamplesRevisionDigest: sha256:e73b3641ed190adb22c2ebf86b173746aa03cf245b836f101d1bb2efc92fbc27
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
@@ -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 - .

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.18"
3+
version = "0.20.19"
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.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

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)