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
3 changes: 2 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sources:
sourceBlobDigest: sha256:2dad2b1b7a79de6917c363ce7e870d11efe31ac08e3bfe0258f72823fe1ad13e
tags:
- latest
- speakeasy-sdk-regen-1772041212
mistral-google-cloud-source:
sourceNamespace: mistral-openapi-google-cloud
sourceRevisionDigest: sha256:4d9938ab74c4d41d62cd24234c8b8109e286c4aeec093e21d369259a43173113
Expand All @@ -25,7 +26,7 @@ targets:
sourceRevisionDigest: sha256:e32d21a6317d1bca6ab29f05603b96038e841752c2698aab47f434ea0d6530b7
sourceBlobDigest: sha256:2dad2b1b7a79de6917c363ce7e870d11efe31ac08e3bfe0258f72823fe1ad13e
codeSamplesNamespace: mistral-openapi-azure-code-samples
codeSamplesRevisionDigest: sha256:248e5daaa44589805664ab1479502885758fde0f1da3b384b97b1a09d74c8256
codeSamplesRevisionDigest: sha256:68866aada6ad13253e32dab06e4876a7aeba4d7759683d81b2ba27f0fb55a342
mistralai-gcp-sdk:
source: mistral-google-cloud-source
sourceNamespace: mistral-openapi-google-cloud
Expand Down
14 changes: 7 additions & 7 deletions packages/azure/.speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.729.0
generationVersion: 2.841.0
releaseVersion: 2.0.0-a4.1
configChecksum: e2523ba89eba35872d05ddb673dd862a
releaseVersion: 2.0.0b1
configChecksum: 01160bf17a4abd1ce038528d20cd4685
repoURL: https://github.com/mistralai/client-python.git
repoSubDirectory: packages/azure
installationURL: https://github.com/mistralai/client-python.git#subdirectory=packages/azure
published: true
persistentEdits:
generation_id: 1812b54a-0aa7-4b43-8c53-d70427856543
pristine_commit_hash: 28db2945de995b5707dc7f310b5291435aaafcbf
pristine_tree_hash: b01973b36166a61d38fa84cf7dae49b7a74e1402
generation_id: 2f5b7e40-9bd2-4c96-9e97-16a92e4b44af
pristine_commit_hash: 480a8b0e23da7e4752e6ad5b36fc72651e09d2d7
pristine_tree_hash: 8a4c9b9a253fbe496a52e0496fa7e58e91e32c7c
features:
python:
additionalDependencies: 1.0.0
Expand Down Expand Up @@ -354,8 +354,8 @@ trackedFiles:
pristine_git_object: 3e4e39555d60adebe84e596c8323ee5b80676fc9
src/mistralai/azure/client/_version.py:
id: a77160e60e5d
last_write_checksum: sha1:b1d1971d43e8f92bd55bb45653a228fd9de97af3
pristine_git_object: 4f985cc69c492521664044337e5910f8e5a26b90
last_write_checksum: sha1:1b76e9448049c69dbdb690b9de25456378bba0a7
pristine_git_object: 213648be87a19e24d87160c1286614b2d5df7344
src/mistralai/azure/client/basesdk.py:
id: 5a585a95ec21
last_write_checksum: sha1:0c2e686aa42d6aeeb103193aa058d6ddff7bcf74
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.0-a4.1
version: 2.0.0b1
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 11 additions & 1 deletion packages/azure/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [python v1.7.0] packages/mistralai_azure
### Releases
- [PyPI v1.7.0] https://pypi.org/project/mistralai_azure/1.7.0 - packages/mistralai_azure
- [PyPI v1.7.0] https://pypi.org/project/mistralai_azure/1.7.0 - packages/mistralai_azure

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

__title__: str = "mistralai-azure"
__version__: str = "2.0.0-a4.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-a4.1 2.841.0 1.0.0 mistralai-azure"
__user_agent__: str = "speakeasy-sdk/python 2.0.0b1 2.841.0 1.0.0 mistralai-azure"

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

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