From 8806ab4eb2c9745885906751180f6d66926d89ae Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 14 Apr 2026 15:47:18 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.761.1 --- .speakeasy/gen.lock | 14 +++++++------- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 2 +- RELEASES.md | 12 +++++++++++- src/mistralai/client/_version.py | 4 ++-- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 7878fbb0..8212e9ee 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,15 +5,15 @@ management: docVersion: 1.0.0 speakeasyVersion: 1.761.1 generationVersion: 2.879.6 - releaseVersion: 2.4.0rc1 - configChecksum: 37cfe845ddc874d5bfaff2f5469c77a6 + releaseVersion: 2.4.0rc2 + configChecksum: 822435916f81748b2fc9580eb43029ee repoURL: https://github.com/mistralai/client-python.git installationURL: https://github.com/mistralai/client-python.git published: true persistentEdits: - generation_id: 684c54ad-6be6-46e4-a6a4-98d0c0c6d73c - pristine_commit_hash: b38e7dd6ebfc7808f274179d769c143251e7738c - pristine_tree_hash: b35e20fb7be2ad57d130469d2a27a65c1a48d2c3 + generation_id: 28d59996-4b5a-4d01-9a4c-2f017c2f02d2 + pristine_commit_hash: 71f89c2b6ffddde030e27860f3138de5956489a5 + pristine_tree_hash: 9a2ffa6a1c37abcafb0dd112c54454601e8befd4 features: python: acceptHeaders: 3.0.0 @@ -3228,8 +3228,8 @@ trackedFiles: pristine_git_object: 036d44b8cfc51599873bd5c401a6aed30450536c src/mistralai/client/_version.py: id: cc807b30de19 - last_write_checksum: sha1:36479cb4f65388455e0b8e579112be34ddb804ef - pristine_git_object: 00489c97733f199667a8a0eb4c0a3d2b18e31793 + last_write_checksum: sha1:212442f71ec672052f966583b23b124b225607eb + pristine_git_object: 6796d39df27a7d7f8be41dd3c613e9c95aa2e717 src/mistralai/client/accesses.py: id: 76fc53bfcf59 last_write_checksum: sha1:0c417e7a0bf9dfc523dbabee816b73d7a4d52f1d diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 04123b35..1c22cde5 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -32,7 +32,7 @@ generation: generateNewTests: false skipResponseBodyAssertions: false python: - version: 2.4.0rc1 + version: 2.4.0rc2 additionalDependencies: dev: pytest: ^8.2.2 diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 6ffafcce..68a5107f 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -41,7 +41,7 @@ targets: sourceRevisionDigest: sha256:5a5b1104accc69fa8fca26e9abd7e089535bbffd20f667013984cbe9e9cf819d sourceBlobDigest: sha256:3f88e405b674dc0f964605664fc15629b119a4481b08a5c8ac0e79dddcb19f91 codeSamplesNamespace: mistral-openapi-code-samples - codeSamplesRevisionDigest: sha256:5d5b9fd99aad8f9c2e4901dd0dbfe9041b5d6ffb973efcce61d819c093483697 + codeSamplesRevisionDigest: sha256:309b6cab1514d574c9483bcb4899173a42564be692fb8f7b1aff382699616def workflow: workflowVersion: 1.0.0 speakeasyVersion: 1.761.1 diff --git a/RELEASES.md b/RELEASES.md index bb939880..7f425484 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -568,4 +568,14 @@ Based on: ### Generated - [python v2.4.0rc1] . ### Releases -- [PyPI v2.4.0rc1] https://pypi.org/project/mistralai/2.4.0rc1 - . \ No newline at end of file +- [PyPI v2.4.0rc1] https://pypi.org/project/mistralai/2.4.0rc1 - . + +## 2026-04-14 15:44:42 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v2.4.0rc2] . +### Releases +- [PyPI v2.4.0rc2] https://pypi.org/project/mistralai/2.4.0rc2 - . \ No newline at end of file diff --git a/src/mistralai/client/_version.py b/src/mistralai/client/_version.py index 00489c97..6796d39d 100644 --- a/src/mistralai/client/_version.py +++ b/src/mistralai/client/_version.py @@ -4,10 +4,10 @@ import importlib.metadata __title__: str = "mistralai" -__version__: str = "2.4.0rc1" +__version__: str = "2.4.0rc2" __openapi_doc_version__: str = "1.0.0" __gen_version__: str = "2.879.6" -__user_agent__: str = "speakeasy-sdk/python 2.4.0rc1 2.879.6 1.0.0 mistralai" +__user_agent__: str = "speakeasy-sdk/python 2.4.0rc2 2.879.6 1.0.0 mistralai" try: if __package__ is not None: From 7a29a82c0a8593d0af26191bab5af63a6b9aa080 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Apr 2026 15:47:50 +0000 Subject: [PATCH 2/2] chore: align pyproject.toml and uv.lock to version 2.4.0rc2 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 185bf588..34750e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistralai" -version = "2.4.0rc1" +version = "2.4.0rc2" description = "Python Client SDK for the Mistral AI API." authors = [{ name = "Mistral" }] requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index de83af8f..6ea881f9 100644 --- a/uv.lock +++ b/uv.lock @@ -1015,7 +1015,7 @@ wheels = [ [[package]] name = "mistralai" -version = "2.4.0rc1" +version = "2.4.0rc2" source = { editable = "." } dependencies = [ { name = "eval-type-backport" },