File tree Expand file tree Collapse file tree 6 files changed +18
-8
lines changed Expand file tree Collapse file tree 6 files changed +18
-8
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.357.4
77 generationVersion: 2.390.6
8- releaseVersion: 1.0.2
9- configChecksum: ed07f7fc253047a5a4dd2c0f813b8ea4
8+ releaseVersion: 1.0.1
9+ configChecksum: 374a669373f10730cda1eb9a91d59b8b
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 @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : true
1414python :
15- version : 1.0.2
15+ version : 1.0.1
1616 additionalDependencies :
1717 dev :
1818 pytest : ^8.2.2
Original file line number Diff line number Diff line change 99 outLocation: ./packages/mistralai_gcp
1010 mistralai-sdk:
1111 source: mistral-openapi
12- outLocation: /Users/gaspard/public-mistral/client-python
12+ outLocation: /github/workspace/repo
1313workflow:
1414 workflowVersion: 1.0.0
1515 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -8,4 +8,14 @@ Based on:
88### Generated
99- [ python v1.0.0] .
1010### Releases
11- - [ PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - .
11+ - [ PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - .
12+
13+ ## 2024-08-08 18:12:16
14+ ### Changes
15+ Based on:
16+ - OpenAPI Doc
17+ - Speakeasy CLI 1.357.4 (2.390.6) https://github.com/speakeasy-api/speakeasy
18+ ### Generated
19+ - [ python v1.0.1] .
20+ ### Releases
21+ - [ PyPI v1.0.1] https://pypi.org/project/mistralai/1.0.1 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mistralai"
3- version = " 1.0.2 "
3+ version = " 1.0.1 "
44description = " Python Client SDK for the Mistral AI API."
55authors = [" Mistral" ]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ class SDKConfiguration:
2929 server : Optional [str ] = ""
3030 language : str = "python"
3131 openapi_doc_version : str = "0.0.2"
32- sdk_version : str = "1.0.2 "
32+ sdk_version : str = "1.0.1 "
3333 gen_version : str = "2.390.6"
34- user_agent : str = "speakeasy-sdk/python 1.0.2 2.390.6 0.0.2 mistralai"
34+ user_agent : str = "speakeasy-sdk/python 1.0.1 2.390.6 0.0.2 mistralai"
3535 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3636 timeout_ms : Optional [int ] = None
3737
You can’t perform that action at this time.
0 commit comments