Skip to content

Commit c821946

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

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.0rc2
9-
configChecksum: 822435916f81748b2fc9580eb43029ee
8+
releaseVersion: 2.4.0
9+
configChecksum: 106560b01230037a615e45a3ba82c612
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: 28d59996-4b5a-4d01-9a4c-2f017c2f02d2
15-
pristine_commit_hash: 71f89c2b6ffddde030e27860f3138de5956489a5
16-
pristine_tree_hash: 9a2ffa6a1c37abcafb0dd112c54454601e8befd4
14+
generation_id: 02d6816b-7e5c-4764-b044-5ce0c3d87ede
15+
pristine_commit_hash: bcb4cb005b45b822f3b3d8b50ccd4e507683f167
16+
pristine_tree_hash: 47ff262921294673a501861304400d77fabb4d3d
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:212442f71ec672052f966583b23b124b225607eb
3232-
pristine_git_object: 6796d39df27a7d7f8be41dd3c613e9c95aa2e717
3231+
last_write_checksum: sha1:62503452c03fc40a489df46113bd64d8fb407c56
3232+
pristine_git_object: aa3edd4f8d0b89c2c9890781320b44a52340e511
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.0rc2
35+
version: 2.4.0
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:309b6cab1514d574c9483bcb4899173a42564be692fb8f7b1aff382699616def
44+
codeSamplesRevisionDigest: sha256:4f85e638c528b022fb052ca92bb487df74eaa9fff37bc54a8bbe79474891e3d2
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
@@ -578,4 +578,14 @@ Based on:
578578
### Generated
579579
- [python v2.4.0rc2] .
580580
### Releases
581-
- [PyPI v2.4.0rc2] https://pypi.org/project/mistralai/2.4.0rc2 - .
581+
- [PyPI v2.4.0rc2] https://pypi.org/project/mistralai/2.4.0rc2 - .
582+
583+
## 2026-04-16 10:13:01
584+
### Changes
585+
Based on:
586+
- OpenAPI Doc
587+
- Speakeasy CLI 1.761.1 (2.879.6) https://github.com/speakeasy-api/speakeasy
588+
### Generated
589+
- [python v2.4.0] .
590+
### Releases
591+
- [PyPI v2.4.0] https://pypi.org/project/mistralai/2.4.0 - .

β€Ž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.0rc2"
3+
version = "2.4.0"
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.0rc2"
7+
__version__: str = "2.4.0"
88
__openapi_doc_version__: str = "1.0.0"
99
__gen_version__: str = "2.879.6"
10-
__user_agent__: str = "speakeasy-sdk/python 2.4.0rc2 2.879.6 1.0.0 mistralai"
10+
__user_agent__: str = "speakeasy-sdk/python 2.4.0 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)