Skip to content

Commit 0441625

Browse files
github-actions[bot]speakeasybotactions-user
authored
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.4.0rc2 (#489)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.761.1 * chore: align pyproject.toml and uv.lock to version 2.4.0rc2 --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: GitHub Action <action@github.com>
1 parent 27be1e2 commit 0441625

7 files changed

Lines changed: 24 additions & 14 deletions

File tree

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ management:
55
docVersion: 1.0.0
66
speakeasyVersion: 1.761.1
77
generationVersion: 2.879.6
8-
releaseVersion: 2.4.0rc1
9-
configChecksum: 37cfe845ddc874d5bfaff2f5469c77a6
8+
releaseVersion: 2.4.0rc2
9+
configChecksum: 822435916f81748b2fc9580eb43029ee
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true
1313
persistentEdits:
14-
generation_id: 684c54ad-6be6-46e4-a6a4-98d0c0c6d73c
15-
pristine_commit_hash: b38e7dd6ebfc7808f274179d769c143251e7738c
16-
pristine_tree_hash: b35e20fb7be2ad57d130469d2a27a65c1a48d2c3
14+
generation_id: 28d59996-4b5a-4d01-9a4c-2f017c2f02d2
15+
pristine_commit_hash: 71f89c2b6ffddde030e27860f3138de5956489a5
16+
pristine_tree_hash: 9a2ffa6a1c37abcafb0dd112c54454601e8befd4
1717
features:
1818
python:
1919
acceptHeaders: 3.0.0
@@ -3228,8 +3228,8 @@ trackedFiles:
32283228
pristine_git_object: 036d44b8cfc51599873bd5c401a6aed30450536c
32293229
src/mistralai/client/_version.py:
32303230
id: cc807b30de19
3231-
last_write_checksum: sha1:36479cb4f65388455e0b8e579112be34ddb804ef
3232-
pristine_git_object: 00489c97733f199667a8a0eb4c0a3d2b18e31793
3231+
last_write_checksum: sha1:212442f71ec672052f966583b23b124b225607eb
3232+
pristine_git_object: 6796d39df27a7d7f8be41dd3c613e9c95aa2e717
32333233
src/mistralai/client/accesses.py:
32343234
id: 76fc53bfcf59
32353235
last_write_checksum: sha1:0c417e7a0bf9dfc523dbabee816b73d7a4d52f1d

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ generation:
3232
generateNewTests: false
3333
skipResponseBodyAssertions: false
3434
python:
35-
version: 2.4.0rc1
35+
version: 2.4.0rc2
3636
additionalDependencies:
3737
dev:
3838
pytest: ^8.2.2

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ targets:
4141
sourceRevisionDigest: sha256:5a5b1104accc69fa8fca26e9abd7e089535bbffd20f667013984cbe9e9cf819d
4242
sourceBlobDigest: sha256:3f88e405b674dc0f964605664fc15629b119a4481b08a5c8ac0e79dddcb19f91
4343
codeSamplesNamespace: mistral-openapi-code-samples
44-
codeSamplesRevisionDigest: sha256:5d5b9fd99aad8f9c2e4901dd0dbfe9041b5d6ffb973efcce61d819c093483697
44+
codeSamplesRevisionDigest: sha256:309b6cab1514d574c9483bcb4899173a42564be692fb8f7b1aff382699616def
4545
workflow:
4646
workflowVersion: 1.0.0
4747
speakeasyVersion: 1.761.1

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,4 +568,14 @@ Based on:
568568
### Generated
569569
- [python v2.4.0rc1] .
570570
### Releases
571-
- [PyPI v2.4.0rc1] https://pypi.org/project/mistralai/2.4.0rc1 - .
571+
- [PyPI v2.4.0rc1] https://pypi.org/project/mistralai/2.4.0rc1 - .
572+
573+
## 2026-04-14 15:44:42
574+
### Changes
575+
Based on:
576+
- OpenAPI Doc
577+
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
578+
### Generated
579+
- [python v2.4.0rc2] .
580+
### Releases
581+
- [PyPI v2.4.0rc2] https://pypi.org/project/mistralai/2.4.0rc2 - .

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mistralai"
3-
version = "2.4.0rc1"
3+
version = "2.4.0rc2"
44
description = "Python Client SDK for the Mistral AI API."
55
authors = [{ name = "Mistral" }]
66
requires-python = ">=3.10"

β€Žsrc/mistralai/client/_version.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import importlib.metadata
55

66
__title__: str = "mistralai"
7-
__version__: str = "2.4.0rc1"
7+
__version__: str = "2.4.0rc2"
88
__openapi_doc_version__: str = "1.0.0"
99
__gen_version__: str = "2.879.6"
10-
__user_agent__: str = "speakeasy-sdk/python 2.4.0rc1 2.879.6 1.0.0 mistralai"
10+
__user_agent__: str = "speakeasy-sdk/python 2.4.0rc2 2.879.6 1.0.0 mistralai"
1111

1212
try:
1313
if __package__ is not None:

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)