From 329ce8caecb3ccfd4d25cc622782ba2f280377f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:31:36 +0100 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.1 (#166) Co-authored-by: speakeasybot --- .speakeasy/gen.lock | 4 ++-- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 3 ++- RELEASES.md | 12 +++++++++++- pyproject.toml | 2 +- src/mistralai/_version.py | 2 +- src/mistralai/sdkconfiguration.py | 4 ++-- 7 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index e242222..0b07759 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.0.2 speakeasyVersion: 1.451.1 generationVersion: 2.470.1 - releaseVersion: 1.2.4 - configChecksum: 4fe789bac842073beb4e2d9c6c3f833d + releaseVersion: 1.2.5 + configChecksum: 9dbada68b30d84dc9c102c143b926b3d repoURL: https://github.com/mistralai/client-python.git installationURL: https://github.com/mistralai/client-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index dfee840..5c043c4 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -13,7 +13,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: false python: - version: 1.2.4 + version: 1.2.5 additionalDependencies: dev: pytest: ^8.2.2 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 4d2a32b..593960c 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -18,6 +18,7 @@ sources: sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f tags: - latest + - speakeasy-sdk-regen-1733325251 targets: mistralai-azure-sdk: source: mistral-azure-source @@ -39,7 +40,7 @@ targets: sourceRevisionDigest: sha256:f74c08bdc7ae39f5fe2394df8f31ae623ece30a7f65019ab6b7bcea352953f05 sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f codeSamplesNamespace: mistral-openapi-code-samples - codeSamplesRevisionDigest: sha256:09212fda8fc13e0f486f157495d028138bc9babedfba6dd85f7024575f30fd0e + codeSamplesRevisionDigest: sha256:9a22e0289ff4e72dd43c1b65ddb8c7870814176d36e1eb6352d06e93dec597ba workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 845891e..a13990d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -98,4 +98,14 @@ Based on: ### Generated - [python v1.2.4] . ### Releases -- [PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - . \ No newline at end of file +- [PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - . + +## 2024-12-04 15:14:08 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v1.2.5] . +### Releases +- [PyPI v1.2.5] https://pypi.org/project/mistralai/1.2.5 - . \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ddd4172..d3c6fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mistralai" -version = "1.2.4" +version = "1.2.5" description = "Python Client SDK for the Mistral AI API." authors = ["Mistral"] readme = "README-PYPI.md" diff --git a/src/mistralai/_version.py b/src/mistralai/_version.py index 41970f1..d135096 100644 --- a/src/mistralai/_version.py +++ b/src/mistralai/_version.py @@ -3,7 +3,7 @@ import importlib.metadata __title__: str = "mistralai" -__version__: str = "1.2.4" +__version__: str = "1.2.5" try: if __package__ is not None: diff --git a/src/mistralai/sdkconfiguration.py b/src/mistralai/sdkconfiguration.py index 1f8261a..bb046ba 100644 --- a/src/mistralai/sdkconfiguration.py +++ b/src/mistralai/sdkconfiguration.py @@ -28,9 +28,9 @@ class SDKConfiguration: server: Optional[str] = "" language: str = "python" openapi_doc_version: str = "0.0.2" - sdk_version: str = "1.2.4" + sdk_version: str = "1.2.5" gen_version: str = "2.470.1" - user_agent: str = "speakeasy-sdk/python 1.2.4 2.470.1 0.0.2 mistralai" + user_agent: str = "speakeasy-sdk/python 1.2.5 2.470.1 0.0.2 mistralai" retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET) timeout_ms: Optional[int] = None