diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d051080f..2abe21d9 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -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 @@ -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 diff --git a/packages/azure/.speakeasy/gen.lock b/packages/azure/.speakeasy/gen.lock index c795c61c..5da824d1 100644 --- a/packages/azure/.speakeasy/gen.lock +++ b/packages/azure/.speakeasy/gen.lock @@ -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 @@ -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 diff --git a/packages/azure/.speakeasy/gen.yaml b/packages/azure/.speakeasy/gen.yaml index 0b7262e0..55934cc8 100644 --- a/packages/azure/.speakeasy/gen.yaml +++ b/packages/azure/.speakeasy/gen.yaml @@ -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 diff --git a/packages/azure/RELEASES.md b/packages/azure/RELEASES.md index e471af0f..e625ee98 100644 --- a/packages/azure/RELEASES.md +++ b/packages/azure/RELEASES.md @@ -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 \ No newline at end of file +- [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 \ No newline at end of file diff --git a/packages/azure/pyproject.toml b/packages/azure/pyproject.toml index 3b9aa829..cf80bde8 100644 --- a/packages/azure/pyproject.toml +++ b/packages/azure/pyproject.toml @@ -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" diff --git a/packages/azure/src/mistralai/azure/client/_version.py b/packages/azure/src/mistralai/azure/client/_version.py index 4f985cc6..213648be 100644 --- a/packages/azure/src/mistralai/azure/client/_version.py +++ b/packages/azure/src/mistralai/azure/client/_version.py @@ -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: diff --git a/packages/azure/uv.lock b/packages/azure/uv.lock index cedb1ce8..7c090c00 100644 --- a/packages/azure/uv.lock +++ b/packages/azure/uv.lock @@ -154,7 +154,7 @@ wheels = [ [[package]] name = "mistralai-azure" -version = "2.0.0a4" +version = "2.0.0b1" source = { editable = "." } dependencies = [ { name = "httpcore" },