Skip to content

Commit 55cd72a

Browse files
authored
Merge pull request #177 from mistralai/speakeasy-sdk-regen-1736937863
chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.3.1
2 parents 2125514 + feb4712 commit 55cd72a

File tree

8 files changed

+27
-70
lines changed

8 files changed

+27
-70
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.462.2
77
generationVersion: 2.486.1
8-
releaseVersion: 1.3.0
9-
configChecksum: e3b0a94e8a244b9061b81373ae58d4ed
8+
releaseVersion: 1.3.1
9+
configChecksum: 8f82dea19ae1fcd5cea1d4f7837fc137
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.3.0
16+
version: 1.3.1
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:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
1919
tags:
2020
- latest
21+
- speakeasy-sdk-regen-1736937863
2122
targets:
2223
mistralai-azure-sdk:
2324
source: mistral-azure-source
@@ -39,7 +40,7 @@ targets:
3940
sourceRevisionDigest: sha256:84bbc6f6011a31e21c8a674b01104446f986c7b5a6b002357800be8ef939b8da
4041
sourceBlobDigest: sha256:ebc7c1bb20aa87873a255cebea1e451099d8949ea1bbff81ec5fd45a107e3a32
4142
codeSamplesNamespace: mistral-openapi-code-samples
42-
codeSamplesRevisionDigest: sha256:3868602e7de978e42d8372711d9711af5338a2f2bbf7671a5998c6176f74f58f
43+
codeSamplesRevisionDigest: sha256:7461afcdcac02dc78b61b234ee4c5e25abbaca9ad6cf5aab415e7c97b5638b49
4344
workflow:
4445
workflowVersion: 1.0.0
4546
speakeasyVersion: 1.462.2

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [python v1.3.0] .
130130
### 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 - .

β€Žpoetry.lockβ€Ž

Lines changed: 7 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.3.0"
3+
version = "1.3.1"
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.3.0"
6+
__version__: str = "1.3.1"
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.3.0"
31+
sdk_version: str = "1.3.1"
3232
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"
3434
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
3535
timeout_ms: Optional[int] = None
3636

0 commit comments

Comments
Β (0)