Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.0rc1
version: 2.4.0rc2
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,4 +568,14 @@ Based on:
### Generated
- [python v2.4.0rc1] .
### Releases
- [PyPI v2.4.0rc1] https://pypi.org/project/mistralai/2.4.0rc1 - .
- [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 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/mistralai/client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.