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
14 changes: 7 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.685.0
generationVersion: 2.794.1
releaseVersion: 1.12.1
configChecksum: c8d27e04a1f2d19a5b8a6a99ce76a2dd
releaseVersion: 1.12.2
configChecksum: dd765da7b55943ca9777ab0dc70e2d80
repoURL: https://github.com/mistralai/client-python.git
installationURL: https://github.com/mistralai/client-python.git
published: true
persistentEdits:
generation_id: 3ed96bab-ac8a-4fd4-8026-5b87231208b3
pristine_commit_hash: eb99847421dc744e1dfdbdde54e3dd8716f2236d
pristine_tree_hash: 38af455e65a632821535f056231acfd646e6ec78
generation_id: de473680-6188-4d8c-b456-c553217f25e8
pristine_commit_hash: 72f370f10af31779a86a093aa12cdd7850bec328
pristine_tree_hash: e7a5a7c12518893614cdff8935cc2a91f9b850c6
features:
python:
additionalDependencies: 1.0.0
Expand Down Expand Up @@ -1869,8 +1869,8 @@ trackedFiles:
pristine_git_object: 6d0f3e1166cb0271f89f5ba83441c88199d7a432
src/mistralai/_version.py:
id: 37b53ba66d7f
last_write_checksum: sha1:82043be53989cf0e3677bb42f395971d7cfde06f
pristine_git_object: 02ead608278cede5f55e00917bc91198f77e9157
last_write_checksum: sha1:e5ecff0ccd0517491a8099c33cab2db0e9f7ab8c
pristine_git_object: 6bc73afac758b5118e23d856e7e8dc701d7f7473
src/mistralai/accesses.py:
id: 98cb4addd052
last_write_checksum: sha1:5d9d495274d67b1343ba99d755c1c01c64c2ead1
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 1.12.1
version: 1.12.2
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ targets:
sourceRevisionDigest: sha256:4e49849eba5334a3fe4a3d081baa9afdecd8f41dfc4c2a5115bc19ead4d92d13
sourceBlobDigest: sha256:3ab3c61ac6a4e9fab37d924d516838ca27dd7e57a1b5e9059d4db2ef29efec56
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:6bc422bff2423139af8960acdc8a1b2ea98615f012659e05a4ac7c1e312eb863
codeSamplesRevisionDigest: sha256:d6d956aacbf1f10d063b248ebad04af5cc19b390778f735564975fd29ecb8431
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.685.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,14 @@ Based on:
### Generated
- [python v1.12.1] .
### Releases
- [PyPI v1.12.1] https://pypi.org/project/mistralai/1.12.1 - .
- [PyPI v1.12.1] https://pypi.org/project/mistralai/1.12.1 - .

## 2026-02-11 09:54:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.685.0 (2.794.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.12.2] .
### Releases
- [PyPI v1.12.2] https://pypi.org/project/mistralai/1.12.2 - .
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies = [
"opentelemetry-sdk (>=1.33.1,<2.0.0)",
"opentelemetry-api (>=1.33.1,<2.0.0)",
"opentelemetry-exporter-otlp-proto-http (>=1.37.0,<2.0.0)",
"opentelemetry-semantic-conventions (>=0.59b0,<0.60)",
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/mistralai/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import importlib.metadata

__title__: str = "mistralai"
__version__: str = "1.12.1"
__version__: str = "1.12.2"
__openapi_doc_version__: str = "1.0.0"
__gen_version__: str = "2.794.1"
__user_agent__: str = "speakeasy-sdk/python 1.12.1 2.794.1 1.0.0 mistralai"
__user_agent__: str = "speakeasy-sdk/python 1.12.2 2.794.1 1.0.0 mistralai"

try:
if __package__ is not None:
Expand Down
2 changes: 0 additions & 2 deletions uv.lock

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