Skip to content

Commit 55b92b1

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.357.4 (#129)
Co-authored-by: speakeasybot <[email protected]>
1 parent 5d117a7 commit 55b92b1

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: true
1414
python:
15-
version: 1.0.2
15+
version: 1.0.1
1616
additionalDependencies:
1717
dev:
1818
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ targets:
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
1313
workflow:
1414
workflowVersion: 1.0.0
1515
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mistralai"
3-
version = "1.0.2"
3+
version = "1.0.1"
44
description = "Python Client SDK for the Mistral AI API."
55
authors = ["Mistral"]
66
readme = "README.md"

src/mistralai/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)