File tree Expand file tree Collapse file tree 8 files changed +27
-70
lines changed Expand file tree Collapse file tree 8 files changed +27
-70
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.0.2
66 speakeasyVersion: 1.462.2
77 generationVersion: 2.486.1
8- releaseVersion: 1.3.0
9- configChecksum: e3b0a94e8a244b9061b81373ae58d4ed
8+ releaseVersion: 1.3.1
9+ configChecksum: 8f82dea19ae1fcd5cea1d4f7837fc137
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 @@ -13,7 +13,7 @@ generation:
1313 oAuth2ClientCredentialsEnabled : true
1414 oAuth2PasswordEnabled : false
1515python :
16- version : 1.3.0
16+ version : 1.3.1
1717 additionalDependencies :
1818 dev :
1919 pytest : ^8.2.2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sources:
1818 sourceBlobDigest: sha256:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
1919 tags:
2020 - latest
21+ - speakeasy-sdk-regen-1736937863
2122targets:
2223 mistralai-azure-sdk:
2324 source: mistral-azure-source
@@ -39,7 +40,7 @@ targets:
3940 sourceRevisionDigest: sha256:84bbc6f6011a31e21c8a674b01104446f986c7b5a6b002357800be8ef939b8da
4041 sourceBlobDigest: sha256:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
4142 codeSamplesNamespace: mistral-openapi-code-samples
42- codeSamplesRevisionDigest: sha256:3868602e7de978e42d8372711d9711af5338a2f2bbf7671a5998c6176f74f58f
43+ codeSamplesRevisionDigest: sha256:7461afcdcac02dc78b61b234ee4c5e25abbaca9ad6cf5aab415e7c97b5638b49
4344workflow:
4445 workflowVersion: 1.0.0
4546 speakeasyVersion: 1.462.2
Original file line number Diff line number Diff line change @@ -128,4 +128,14 @@ Based on:
128128### Generated
129129- [ python v1.3.0] .
130130### Releases
131- - [ PyPI v1.3.0] https://pypi.org/project/mistralai/1.3.0 - .
131+ - [ PyPI v1.3.0] https://pypi.org/project/mistralai/1.3.0 - .
132+
133+ ## 2025-01-15 10:44:07
134+ ### Changes
135+ Based on:
136+ - OpenAPI Doc
137+ - Speakeasy CLI 1.462.2 (2.486.1) https://github.com/speakeasy-api/speakeasy
138+ ### Generated
139+ - [ python v1.3.1] .
140+ ### Releases
141+ - [ PyPI v1.3.1] https://pypi.org/project/mistralai/1.3.1 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mistralai"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " Python Client SDK for the Mistral AI API."
55authors = [" 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.3.0 "
6+ __version__ : str = "1.3.1 "
77
88try :
99 if __package__ is not None :
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ class SDKConfiguration:
2828 server : Optional [str ] = ""
2929 language : str = "python"
3030 openapi_doc_version : str = "0.0.2"
31- sdk_version : str = "1.3.0 "
31+ sdk_version : str = "1.3.1 "
3232 gen_version : str = "2.486.1"
33- user_agent : str = "speakeasy-sdk/python 1.3.0 2.486.1 0.0.2 mistralai"
33+ user_agent : str = "speakeasy-sdk/python 1.3.1 2.486.1 0.0.2 mistralai"
3434 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3535 timeout_ms : Optional [int ] = None
3636
You canβt perform that action at this time.
0 commit comments