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 @@ -12,6 +12,7 @@ sources:
sourceBlobDigest: sha256:5a558d5ea7a936723c7a5540db5a1fba63d85d25b453372e1cf16395b30c98d3
tags:
- latest
- speakeasy-sdk-regen-1772041030
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:4f8e25101b35a66b9c93089fe3d491990268bdbefb70a349740e01ba9c8e28f8
Expand All @@ -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
Expand Down
14 changes: 7 additions & 7 deletions packages/gcp/.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: 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp/.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/gcp/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_gcp
### Releases
- [PyPI v1.7.0] https://pypi.org/project/mistralai-gcp/1.7.0 - packages/mistralai_gcp
- [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
2 changes: 1 addition & 1 deletion packages/gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/src/mistralai/gcp/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-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:
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp/uv.lock

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