Skip to content

Commit 329ce8c

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.1 (#166)
Co-authored-by: speakeasybot <[email protected]>
1 parent a7fa1f0 commit 329ce8c

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
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.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

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: true
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 1.2.4
16+
version: 1.2.5
1717
additionalDependencies:
1818
dev:
1919
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ sources:
1818
sourceBlobDigest: sha256:5de08a038994ec94c0889341d434b598f541459d114f9935deb9ef3b3af90c5f
1919
tags:
2020
- latest
21+
- speakeasy-sdk-regen-1733325251
2122
targets:
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
4344
workflow:
4445
workflowVersion: 1.0.0
4546
speakeasyVersion: latest

RELEASES.md

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

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.2.4"
3+
version = "1.2.5"
44
description = "Python Client SDK for the Mistral AI API."
55
authors = ["Mistral"]
66
readme = "README-PYPI.md"

src/mistralai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import importlib.metadata
44

55
__title__: str = "mistralai"
6-
__version__: str = "1.2.4"
6+
__version__: str = "1.2.5"
77

88
try:
99
if __package__ is not None:

src/mistralai/sdkconfiguration.py

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

0 commit comments

Comments
 (0)