diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index d051080f..0046075c 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -12,6 +12,7 @@ sources: sourceBlobDigest: sha256:5a558d5ea7a936723c7a5540db5a1fba63d85d25b453372e1cf16395b30c98d3 tags: - latest + - speakeasy-sdk-regen-1772041030 mistral-openapi: sourceNamespace: mistral-openapi sourceRevisionDigest: sha256:4f8e25101b35a66b9c93089fe3d491990268bdbefb70a349740e01ba9c8e28f8 @@ -32,7 +33,7 @@ targets: sourceRevisionDigest: sha256:4d9938ab74c4d41d62cd24234c8b8109e286c4aeec093e21d369259a43173113 sourceBlobDigest: sha256:5a558d5ea7a936723c7a5540db5a1fba63d85d25b453372e1cf16395b30c98d3 codeSamplesNamespace: mistral-openapi-google-cloud-code-samples - codeSamplesRevisionDigest: sha256:f6c4dc988e9b7be6f8d8087d14b2269be601bb9bff2227b07e1018efe88e1556 + codeSamplesRevisionDigest: sha256:35f30ba8ce4bd70f58b6abc5222d0bbf82eecc3109b09ca99df4406e363e21a0 mistralai-sdk: source: mistral-openapi sourceNamespace: mistral-openapi diff --git a/packages/gcp/.speakeasy/gen.lock b/packages/gcp/.speakeasy/gen.lock index 517e1a85..6e33773d 100644 --- a/packages/gcp/.speakeasy/gen.lock +++ b/packages/gcp/.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: bfe17061a2e5ac54039980ad7a48fd77 + releaseVersion: 2.0.0b1 + configChecksum: 9cea6a311ff15502c47b0ef87e9846a2 repoURL: https://github.com/mistralai/client-python.git repoSubDirectory: packages/gcp installationURL: https://github.com/mistralai/client-python.git#subdirectory=packages/gcp published: true persistentEdits: - generation_id: c7e2e696-b223-4993-a79b-2e6f15242c30 - pristine_commit_hash: 86953bc23bb7fcfc3c2525f79114411bc27e8f75 - pristine_tree_hash: 93675a8857b7519918499101d4a5e30fc7fe2c4a + generation_id: e503bb37-7bdd-4ebf-9bed-a8f754c99f8a + pristine_commit_hash: f14b1b1288437b7fc0ba666a384614a225385259 + pristine_tree_hash: 67e6d0a84ae20666a636dcc8ad174647a96b105f features: python: additionalDependencies: 1.0.0 @@ -326,8 +326,8 @@ trackedFiles: pristine_git_object: ea95bed210db9180824efddfb1b3e47f5bf96489 src/mistralai/gcp/client/_version.py: id: f87319e32c7b - last_write_checksum: sha1:85dd6da1d6503d717e8c9bd6d62278b469d3b464 - pristine_git_object: 204c92a656855ad281e86a74467e71ae1b04639f + last_write_checksum: sha1:0d99fadc73b957112022a95eabeb0e3a98d14ff4 + pristine_git_object: 36e44a5e6067e8bd197b38cc238686f660c77244 src/mistralai/gcp/client/basesdk.py: id: 4d594572857b last_write_checksum: sha1:d8ef9e2f4fa97d402eb9f5472ceb80fb39693991 diff --git a/packages/gcp/.speakeasy/gen.yaml b/packages/gcp/.speakeasy/gen.yaml index 54336636..18f4b4d5 100644 --- a/packages/gcp/.speakeasy/gen.yaml +++ b/packages/gcp/.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/gcp/RELEASES.md b/packages/gcp/RELEASES.md index b503c75f..ec883c62 100644 --- a/packages/gcp/RELEASES.md +++ b/packages/gcp/RELEASES.md @@ -8,4 +8,14 @@ Based on: ### Generated - [python v1.7.0] packages/mistralai_gcp ### Releases -- [PyPI v1.7.0] https://pypi.org/project/mistralai-gcp/1.7.0 - packages/mistralai_gcp \ No newline at end of file +- [PyPI v1.7.0] https://pypi.org/project/mistralai-gcp/1.7.0 - packages/mistralai_gcp + +## 2026-02-25 17:36:50 +### 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/gcp +### Releases +- [PyPI v2.0.0b1] https://pypi.org/project/mistralai-gcp/2.0.0b1 - packages/gcp \ No newline at end of file diff --git a/packages/gcp/pyproject.toml b/packages/gcp/pyproject.toml index 98619ecd..c0497656 100644 --- a/packages/gcp/pyproject.toml +++ b/packages/gcp/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistralai-gcp" -version = "2.0.0a4" +version = "2.0.0b1" description = "Python Client SDK for the Mistral AI API in GCP." authors = [{ name = "Mistral" }] requires-python = ">=3.10" diff --git a/packages/gcp/src/mistralai/gcp/client/_version.py b/packages/gcp/src/mistralai/gcp/client/_version.py index 204c92a6..36e44a5e 100644 --- a/packages/gcp/src/mistralai/gcp/client/_version.py +++ b/packages/gcp/src/mistralai/gcp/client/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "mistralai-gcp" -__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-gcp" +__user_agent__: str = "speakeasy-sdk/python 2.0.0b1 2.841.0 1.0.0 mistralai-gcp" try: if __package__ is not None: diff --git a/packages/gcp/uv.lock b/packages/gcp/uv.lock index a49757c9..9bd9f9b6 100644 --- a/packages/gcp/uv.lock +++ b/packages/gcp/uv.lock @@ -277,7 +277,7 @@ wheels = [ [[package]] name = "mistralai-gcp" -version = "2.0.0a4" +version = "2.0.0b1" source = { editable = "." } dependencies = [ { name = "eval-type-backport" },