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.7
9- configChecksum: 12add5d16b9129632055a59af01aa628
8+ releaseVersion: 1.9.8
9+ configChecksum: d7b7d0bf04e94ae161a650b203bc54df
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.7
24+ version : 1.9.8
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-1755678497
21+ - speakeasy-sdk-regen-1756133663
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:d53b8d8fa0068fc51569bdde2e319d0d2abdb019c80180d926a1a1a1f7fb56b3
43+ codeSamplesRevisionDigest: sha256:f215393d076966760f8b24cb3db48d6dd9c2ba2e06daa7964860bab4b09f51f2
4444workflow:
4545 workflowVersion: 1.0.0
4646 speakeasyVersion: 1.568.2
Original file line number Diff line number Diff line change @@ -288,4 +288,14 @@ Based on:
288288### Generated
289289- [ python v1.9.7] .
290290### Releases
291- - [ PyPI v1.9.7] https://pypi.org/project/mistralai/1.9.7 - .
291+ - [ PyPI v1.9.7] https://pypi.org/project/mistralai/1.9.7 - .
292+
293+ ## 2025-08-25 14:54:06
294+ ### Changes
295+ Based on:
296+ - OpenAPI Doc
297+ - Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy
298+ ### Generated
299+ - [ python v1.9.8] .
300+ ### Releases
301+ - [ PyPI v1.9.8] https://pypi.org/project/mistralai/1.9.8 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mistralai"
3- version = " 1.9.7 "
3+ version = " 1.9.8 "
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.7 "
6+ __version__ : str = "1.9.8 "
77__openapi_doc_version__ : str = "1.0.0"
88__gen_version__ : str = "2.634.2"
9- __user_agent__ : str = "speakeasy-sdk/python 1.9.7 2.634.2 1.0.0 mistralai"
9+ __user_agent__ : str = "speakeasy-sdk/python 1.9.8 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