Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.729.0
generationVersion: 2.841.0
releaseVersion: 2.0.0-a3.1
configChecksum: 134292298710eaf25a0f90f7097e648f
releaseVersion: 2.0.0b1
configChecksum: 871b5a7d3687bd2a9ebd0e205e4b36a3
repoURL: https://github.com/mistralai/client-python.git
installationURL: https://github.com/mistralai/client-python.git
published: true
persistentEdits:
generation_id: 21ec746f-e476-468a-bb8e-c942c0997501
pristine_commit_hash: 99ae95385eb06175841ba19bef78319a5921c585
pristine_tree_hash: 5b06b6f5add0cd16af8139d524a42368532441c6
generation_id: 1527268d-25cf-4a8c-8a67-09694eaf0d79
pristine_commit_hash: 5642b69da5a9a00af1e84ca689b7587f2269d0c4
pristine_tree_hash: f9eae7c82e85b3114e342a4b6500b9704a266493
features:
python:
additionalDependencies: 1.0.0
Expand Down Expand Up @@ -56,6 +56,7 @@ trackedFiles:
id: 89aa447020cd
last_write_checksum: sha1:f84632c81029fcdda8c3b0c768d02b836fc80526
pristine_git_object: 8d79f0abb72526f1fb34a4c03e5bba612c6ba2ae
deleted: true
USAGE.md:
id: 3aed33ce6e6f
last_write_checksum: sha1:50cc0351d6145a805d1d5ae8be4dfce58178e648
Expand Down Expand Up @@ -1606,8 +1607,8 @@ trackedFiles:
pristine_git_object: 036d44b8cfc51599873bd5c401a6aed30450536c
src/mistralai/client/_version.py:
id: cc807b30de19
last_write_checksum: sha1:03563b818feb27386f7d6a0321a3875e3024a2d2
pristine_git_object: 1a4d15d66f45d13c7f9cae550138390b5cf5897e
last_write_checksum: sha1:f5109c91723cc927e8513ac9e637512edd91f04e
pristine_git_object: ab2cf01d06f4d4373b52373795db76aa40f00ceb
src/mistralai/client/accesses.py:
id: 76fc53bfcf59
last_write_checksum: sha1:ed94623aa8a2bd502572a699a2f54c9281ec283e
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.0-a3.1
version: 2.0.0b1
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
3 changes: 2 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sources:
sourceBlobDigest: sha256:8566b35549178910c6fd4d005474d612bb9c476ef58785bb51c46251de145f71
tags:
- latest
- speakeasy-sdk-regen-1772040743
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,7 +40,7 @@ targets:
sourceRevisionDigest: sha256:4f8e25101b35a66b9c93089fe3d491990268bdbefb70a349740e01ba9c8e28f8
sourceBlobDigest: sha256:8566b35549178910c6fd4d005474d612bb9c476ef58785bb51c46251de145f71
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:f3cf9d6d99a27d6e753bd6e1a2f2c2fb290f412a455576de4bab610ab4825939
codeSamplesRevisionDigest: sha256:0bcecf3d1523375a194d6aa13116ffba291da8321e44b01399ae5e24f7ce2e33
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.729.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,14 @@ Based on:
### Generated
- [python v1.12.0] .
### Releases
- [PyPI v1.12.0] https://pypi.org/project/mistralai/1.12.0 - .
- [PyPI v1.12.0] https://pypi.org/project/mistralai/1.12.0 - .

## 2026-02-25 17:32:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.729.0 (2.841.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.0.0b1] .
### Releases
- [PyPI v2.0.0b1] https://pypi.org/project/mistralai/2.0.0b1 - .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mistralai"
version = "2.0.0a4"
version = "2.0.0b1"
description = "Python Client SDK for the Mistral AI API."
authors = [{ name = "Mistral" }]
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions src/mistralai/client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import importlib.metadata

__title__: str = "mistralai"
__version__: str = "2.0.0-a3.1"
__version__: str = "2.0.0b1"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.841.0"
__user_agent__: str = "speakeasy-sdk/python 2.0.0-a3.1 2.841.0 1.0.0 mistralai"
__user_agent__: str = "speakeasy-sdk/python 2.0.0b1 2.841.0 1.0.0 mistralai"

try:
if __package__ is not None:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.