Skip to content

Commit 806e91d

Browse files
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.2 (#268)
Co-authored-by: speakeasybot <[email protected]>
1 parent 049014b commit 806e91d

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-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: 1.0.0
66
speakeasyVersion: 1.568.2
77
generationVersion: 2.634.2
8-
releaseVersion: 1.9.8
9-
configChecksum: d7b7d0bf04e94ae161a650b203bc54df
8+
releaseVersion: 1.9.9
9+
configChecksum: b08e017cb434c255d6ef2c20584815e8
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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 1.9.8
24+
version: 1.9.9
2525
additionalDependencies:
2626
dev:
2727
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sources:
1818
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
1919
tags:
2020
- latest
21-
- speakeasy-sdk-regen-1756133663
21+
- speakeasy-sdk-regen-1756229662
2222
targets:
2323
mistralai-azure-sdk:
2424
source: mistral-azure-source
@@ -40,7 +40,7 @@ targets:
4040
sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
4141
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
4242
codeSamplesNamespace: mistral-openapi-code-samples
43-
codeSamplesRevisionDigest: sha256:f215393d076966760f8b24cb3db48d6dd9c2ba2e06daa7964860bab4b09f51f2
43+
codeSamplesRevisionDigest: sha256:39367b425e8a1e7376b8900711e0852f653aaab239f74cc658567fe05ad11784
4444
workflow:
4545
workflowVersion: 1.0.0
4646
speakeasyVersion: 1.568.2

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,14 @@ Based on:
298298
### Generated
299299
- [python v1.9.8] .
300300
### Releases
301-
- [PyPI v1.9.8] https://pypi.org/project/mistralai/1.9.8 - .
301+
- [PyPI v1.9.8] https://pypi.org/project/mistralai/1.9.8 - .
302+
303+
## 2025-08-26 17:34:05
304+
### Changes
305+
Based on:
306+
- OpenAPI Doc
307+
- Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy
308+
### Generated
309+
- [python v1.9.9] .
310+
### Releases
311+
- [PyPI v1.9.9] https://pypi.org/project/mistralai/1.9.9 - .

pyproject.toml

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

src/mistralai/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "mistralai"
6-
__version__: str = "1.9.8"
6+
__version__: str = "1.9.9"
77
__openapi_doc_version__: str = "1.0.0"
88
__gen_version__: str = "2.634.2"
9-
__user_agent__: str = "speakeasy-sdk/python 1.9.8 2.634.2 1.0.0 mistralai"
9+
__user_agent__: str = "speakeasy-sdk/python 1.9.9 2.634.2 1.0.0 mistralai"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)