File tree Expand file tree Collapse file tree 7 files changed +20
-9
lines changed Expand file tree Collapse file tree 7 files changed +20
-9
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.451.1
77 generationVersion: 2.470.1
8- releaseVersion: 1.2.4
9- configChecksum: 4fe789bac842073beb4e2d9c6c3f833d
8+ releaseVersion: 1.2.5
9+ configChecksum: 9dbada68b30d84dc9c102c143b926b3d
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.2.4
16+ version : 1.2.5
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:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f
1919 tags:
2020 - latest
21+ - speakeasy-sdk-regen-1733325251
2122targets:
2223 mistralai-azure-sdk:
2324 source: mistral-azure-source
@@ -39,7 +40,7 @@ targets:
3940 sourceRevisionDigest: sha256:f74c08bdc7ae39f5fe2394df8f31ae623ece30a7f65019ab6b7bcea352953f05
4041 sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f
4142 codeSamplesNamespace: mistral-openapi-code-samples
42- codeSamplesRevisionDigest: sha256:09212fda8fc13e0f486f157495d028138bc9babedfba6dd85f7024575f30fd0e
43+ codeSamplesRevisionDigest: sha256:9a22e0289ff4e72dd43c1b65ddb8c7870814176d36e1eb6352d06e93dec597ba
4344workflow:
4445 workflowVersion: 1.0.0
4546 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -98,4 +98,14 @@ Based on:
9898### Generated
9999- [ python v1.2.4] .
100100### Releases
101- - [ PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - .
101+ - [ PyPI v1.2.4] https://pypi.org/project/mistralai/1.2.4 - .
102+
103+ ## 2024-12-04 15:14:08
104+ ### Changes
105+ Based on:
106+ - OpenAPI Doc
107+ - Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy
108+ ### Generated
109+ - [ python v1.2.5] .
110+ ### Releases
111+ - [ PyPI v1.2.5] https://pypi.org/project/mistralai/1.2.5 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mistralai"
3- version = " 1.2.4 "
3+ version = " 1.2.5 "
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.2.4 "
6+ __version__ : str = "1.2.5 "
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.2.4 "
31+ sdk_version : str = "1.2.5 "
3232 gen_version : str = "2.470.1"
33- user_agent : str = "speakeasy-sdk/python 1.2.4 2.470.1 0.0.2 mistralai"
33+ user_agent : str = "speakeasy-sdk/python 1.2.5 2.470.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