File tree Expand file tree Collapse file tree 6 files changed +22
-12
lines changed Expand file tree Collapse file tree 6 files changed +22
-12
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.606.10
77 generationVersion: 2.687.13
8- releaseVersion: 1.9.10
9- configChecksum: 928d8206dce080425b60348d566b2c4e
8+ releaseVersion: 1.9.11
9+ configChecksum: d84e605ef7a3265972f6695049243759
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.10
24+ version : 1.9.11
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:97767522559603de92a9738938e522cea4d558b2a854500acf6fe8d81f8ccfb8
1919 tags:
2020 - latest
21- - main
21+ - speakeasy-sdk-regen-1759420102
2222targets:
2323 mistralai-azure-sdk:
2424 source: mistral-azure-source
@@ -40,20 +40,20 @@ targets:
4040 sourceRevisionDigest: sha256:eefc1f0b6a5e9ec673d317d61cad766290710b5fc369412491b75f732cccfedd
4141 sourceBlobDigest: sha256:97767522559603de92a9738938e522cea4d558b2a854500acf6fe8d81f8ccfb8
4242 codeSamplesNamespace: mistral-openapi-code-samples
43- codeSamplesRevisionDigest: sha256:31dee4783f73e1efa932b16da7238ddfe29b94f4b1c66223d6e0f2393cdc6f72
43+ codeSamplesRevisionDigest: sha256:8ed158c9c1ed8252f86b620219dd93e9650b45e7c6403cda7fdd9b4ee0d17dac
4444workflow:
4545 workflowVersion: 1.0.0
4646 speakeasyVersion: 1.606.10
4747 sources:
4848 mistral-azure-source:
4949 inputs:
50- - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi-azure:sha256:670c460702ec74f7077491464a6dc5ee9d873969c80e812c48dbf4deb160e470
50+ - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi-azure:main
5151 mistral-google-cloud-source:
5252 inputs:
53- - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi-google-cloud:sha256:4a5343e63c6a78152e472b00ccc46d7bcb15594496bc94c8040039d3a9d4c5f8
53+ - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi-google-cloud:main
5454 mistral-openapi:
5555 inputs:
56- - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi:sha256:eefc1f0b6a5e9ec673d317d61cad766290710b5fc369412491b75f732cccfedd
56+ - location: registry.speakeasyapi.dev/mistral-dev/mistral-dev/mistral-openapi:main
5757 targets:
5858 mistralai-azure-sdk:
5959 target: python
Original file line number Diff line number Diff line change @@ -318,4 +318,14 @@ Based on:
318318### Generated
319319- [ python v1.9.10] .
320320### Releases
321- - [ PyPI v1.9.10] https://pypi.org/project/mistralai/1.9.10 - .
321+ - [ PyPI v1.9.10] https://pypi.org/project/mistralai/1.9.10 - .
322+
323+ ## 2025-10-02 15:48:02
324+ ### Changes
325+ Based on:
326+ - OpenAPI Doc
327+ - Speakeasy CLI 1.606.10 (2.687.13) https://github.com/speakeasy-api/speakeasy
328+ ### Generated
329+ - [ python v1.9.11] .
330+ ### Releases
331+ - [ PyPI v1.9.11] https://pypi.org/project/mistralai/1.9.11 - .
Original file line number Diff line number Diff line change 11[project ]
22name = " mistralai"
3- version = " 1.9.10 "
3+ version = " 1.9.11 "
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.10 "
6+ __version__ : str = "1.9.11 "
77__openapi_doc_version__ : str = "1.0.0"
88__gen_version__ : str = "2.687.13"
9- __user_agent__ : str = "speakeasy-sdk/python 1.9.10 2.687.13 1.0.0 mistralai"
9+ __user_agent__ : str = "speakeasy-sdk/python 1.9.11 2.687.13 1.0.0 mistralai"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments