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:
5
5
docVersion: 0.0.2
6
6
speakeasyVersion: 1.462.2
7
7
generationVersion: 2.486.1
8
- releaseVersion: 1.3.0
9
- configChecksum: e3b0a94e8a244b9061b81373ae58d4ed
8
+ releaseVersion: 1.3.1
9
+ configChecksum: 8f82dea19ae1fcd5cea1d4f7837fc137
10
10
repoURL: https://github.com/mistralai/client-python.git
11
11
installationURL: https://github.com/mistralai/client-python.git
12
12
published: true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ generation:
13
13
oAuth2ClientCredentialsEnabled : true
14
14
oAuth2PasswordEnabled : false
15
15
python :
16
- version : 1.3.0
16
+ version : 1.3.1
17
17
additionalDependencies :
18
18
dev :
19
19
pytest : ^8.2.2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ sources:
18
18
sourceBlobDigest: sha256:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
19
19
tags:
20
20
- latest
21
+ - speakeasy-sdk-regen-1736937863
21
22
targets:
22
23
mistralai-azure-sdk:
23
24
source: mistral-azure-source
@@ -39,7 +40,7 @@ targets:
39
40
sourceRevisionDigest: sha256:84bbc6f6011a31e21c8a674b01104446f986c7b5a6b002357800be8ef939b8da
40
41
sourceBlobDigest: sha256:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
41
42
codeSamplesNamespace: mistral-openapi-code-samples
42
- codeSamplesRevisionDigest: sha256:3868602e7de978e42d8372711d9711af5338a2f2bbf7671a5998c6176f74f58f
43
+ codeSamplesRevisionDigest: sha256:7461afcdcac02dc78b61b234ee4c5e25abbaca9ad6cf5aab415e7c97b5638b49
43
44
workflow:
44
45
workflowVersion: 1.0.0
45
46
speakeasyVersion: 1.462.2
Original file line number Diff line number Diff line change @@ -128,4 +128,14 @@ Based on:
128
128
### Generated
129
129
- [ python v1.3.0] .
130
130
### 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 1
1
[tool .poetry ]
2
2
name = " mistralai"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " Python Client SDK for the Mistral AI API."
5
5
authors = [" Mistral" ]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change 3
3
import importlib .metadata
4
4
5
5
__title__ : str = "mistralai"
6
- __version__ : str = "1.3.0 "
6
+ __version__ : str = "1.3.1 "
7
7
8
8
try :
9
9
if __package__ is not None :
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ class SDKConfiguration:
28
28
server : Optional [str ] = ""
29
29
language : str = "python"
30
30
openapi_doc_version : str = "0.0.2"
31
- sdk_version : str = "1.3.0 "
31
+ sdk_version : str = "1.3.1 "
32
32
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"
34
34
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
35
35
timeout_ms : Optional [int ] = None
36
36
You canβt perform that action at this time.
0 commit comments