File tree Expand file tree Collapse file tree 5 files changed +23
-12
lines changed
Expand file tree Collapse file tree 5 files changed +23
-12
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ management:
55 docVersion: 1.0.0
66 speakeasyVersion: 1.685.0
77 generationVersion: 2.794.1
8- releaseVersion: 1.12.2
9- configChecksum: dd765da7b55943ca9777ab0dc70e2d80
8+ releaseVersion: 1.12.3
9+ configChecksum: 70fdc8dac027c0c4b62194b3923e58ab
1010 repoURL: https://github.com/mistralai/client-python.git
1111 installationURL: https://github.com/mistralai/client-python.git
1212 published: true
1313persistentEdits:
14- generation_id: de473680-6188-4d8c-b456-c553217f25e8
15- pristine_commit_hash: 72f370f10af31779a86a093aa12cdd7850bec328
16- pristine_tree_hash: e7a5a7c12518893614cdff8935cc2a91f9b850c6
14+ generation_id: 8ea24222-0454-4b86-acbb-825f9c30473f
15+ pristine_commit_hash: 123054a288e1f7441f5004f09cccb6426b752653
16+ pristine_tree_hash: 247e19b071899c5a3657d5a0020769100c5263a7
1717features:
1818 python:
1919 additionalDependencies: 1.0.0
@@ -1869,8 +1869,8 @@ trackedFiles:
18691869 pristine_git_object: 6d0f3e1166cb0271f89f5ba83441c88199d7a432
18701870 src/mistralai/_version.py:
18711871 id: 37b53ba66d7f
1872- last_write_checksum: sha1:e5ecff0ccd0517491a8099c33cab2db0e9f7ab8c
1873- pristine_git_object: 6bc73afac758b5118e23d856e7e8dc701d7f7473
1872+ last_write_checksum: sha1:c5002636fd0fff440272396cfbcf592e89675d8c
1873+ pristine_git_object: 6743aec0301cdbacb49130b8a0069c2ffebf6ea0
18741874 src/mistralai/accesses.py:
18751875 id: 98cb4addd052
18761876 last_write_checksum: sha1:5d9d495274d67b1343ba99d755c1c01c64c2ead1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ generation:
2626 generateNewTests : false
2727 skipResponseBodyAssertions : false
2828python :
29- version : 1.12.2
29+ version : 1.12.3
3030 additionalDependencies :
3131 dev :
3232 pytest : ^8.2.2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sources:
1818 sourceBlobDigest: sha256:3ab3c61ac6a4e9fab37d924d516838ca27dd7e57a1b5e9059d4db2ef29efec56
1919 tags:
2020 - latest
21+ - speakeasy-sdk-regen-v1-1771338985
2122targets:
2223 mistralai-azure-sdk:
2324 source: mistral-azure-source
@@ -39,7 +40,7 @@ targets:
3940 sourceRevisionDigest: sha256:4e49849eba5334a3fe4a3d081baa9afdecd8f41dfc4c2a5115bc19ead4d92d13
4041 sourceBlobDigest: sha256:3ab3c61ac6a4e9fab37d924d516838ca27dd7e57a1b5e9059d4db2ef29efec56
4142 codeSamplesNamespace: mistral-openapi-code-samples
42- codeSamplesRevisionDigest: sha256:683d30c7914996145aed198cc36b086810a2a6f24347214a30dccabf3bd1de0e
43+ codeSamplesRevisionDigest: sha256:fdfc8d108c81d0ef5b1ef343c90e8b14b74b428dd4f7649915e7b42b260f6104
4344workflow:
4445 workflowVersion: 1.0.0
4546 speakeasyVersion: 1.685.0
Original file line number Diff line number Diff line change @@ -388,4 +388,14 @@ Based on:
388388### Generated
389389- [ python v1.12.2] .
390390### Releases
391- - [ PyPI v1.12.2] https://pypi.org/project/mistralai/1.12.2 - .
391+ - [ PyPI v1.12.2] https://pypi.org/project/mistralai/1.12.2 - .
392+
393+ ## 2026-02-17 14:36:04
394+ ### Changes
395+ Based on:
396+ - OpenAPI Doc
397+ - Speakeasy CLI 1.685.0 (2.794.1) https://github.com/speakeasy-api/speakeasy
398+ ### Generated
399+ - [ python v1.12.3] .
400+ ### Releases
401+ - [ PyPI v1.12.3] https://pypi.org/project/mistralai/1.12.3 - .
Original file line number Diff line number Diff line change 33import importlib .metadata
44
55__title__ : str = "mistralai"
6- __version__ : str = "1.12.2 "
6+ __version__ : str = "1.12.3 "
77__openapi_doc_version__ : str = "1.0.0"
88__gen_version__ : str = "2.794.1"
9- __user_agent__ : str = "speakeasy-sdk/python 1.12.2 2.794.1 1.0.0 mistralai"
9+ __user_agent__ : str = "speakeasy-sdk/python 1.12.3 2.794.1 1.0.0 mistralai"
1010
1111try :
1212 if __package__ is not None :
You can’t perform that action at this time.
0 commit comments