File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.568.2
77 generationVersion: 2.634.2
8- releaseVersion: 1.9.8
9- configChecksum: d7b7d0bf04e94ae161a650b203bc54df
8+ releaseVersion: 1.9.9
9+ configChecksum: b08e017cb434c255d6ef2c20584815e8
1010 repoURL: https://github.com/mistralai/client-python.git
1111 installationURL: https://github.com/mistralai/client-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ generation:
2121 generateNewTests : false
2222 skipResponseBodyAssertions : false
2323python :
24- version : 1.9.8
24+ version : 1.9.9
2525 additionalDependencies :
2626 dev :
2727 pytest : ^8.2.2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sources:
1818 sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
1919 tags:
2020 - latest
21- - speakeasy-sdk-regen-1756133663
21+ - speakeasy-sdk-regen-1756229662
2222targets:
2323 mistralai-azure-sdk:
2424 source: mistral-azure-source
@@ -40,7 +40,7 @@ targets:
4040 sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
4141 sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
4242 codeSamplesNamespace: mistral-openapi-code-samples
43- codeSamplesRevisionDigest: sha256:f215393d076966760f8b24cb3db48d6dd9c2ba2e06daa7964860bab4b09f51f2
43+ codeSamplesRevisionDigest: sha256:39367b425e8a1e7376b8900711e0852f653aaab239f74cc658567fe05ad11784
4444workflow:
4545 workflowVersion: 1.0.0
4646 speakeasyVersion: 1.568.2
Original file line number Diff line number Diff line change @@ -298,4 +298,14 @@ Based on:
298298### Generated
299299- [ python v1.9.8] .
300300### Releases
301- - [ PyPI v1.9.8] https://pypi.org/project/mistralai/1.9.8 - .
301+ - [ PyPI v1.9.8] https://pypi.org/project/mistralai/1.9.8 - .
302+
303+ ## 2025-08-26 17:34:05
304+ ### Changes
305+ Based on:
306+ - OpenAPI Doc
307+ - Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy
308+ ### Generated
309+ - [ python v1.9.9] .
310+ ### Releases
311+ - [ PyPI v1.9.9] https://pypi.org/project/mistralai/1.9.9 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mistralai"
3- version = " 1.9.8 "
3+ version = " 1.9.9 "
44description = " Python Client SDK for the Mistral AI API."
55authors = [{ name = " Mistral" },]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "mistralai"
6- __version__ : str = "1.9.8 "
6+ __version__ : str = "1.9.9 "
77__openapi_doc_version__ : str = "1.0.0"
88__gen_version__ : str = "2.634.2"
9- __user_agent__ : str = "speakeasy-sdk/python 1.9.8 2.634.2 1.0.0 mistralai"
9+ __user_agent__ : str = "speakeasy-sdk/python 1.9.9 2.634.2 1.0.0 mistralai"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments