Skip to content

Commit 64f755a

Browse files
committed
Adjust GCP client dep in gen.yml instead of package-level pyproject.toml
1 parent e1db225 commit 64f755a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mistralai_gcp/.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python:
1818
pytest: ^8.2.2
1919
pytest-asyncio: ^0.23.7
2020
main:
21-
google-auth: ^2.31.0
21+
google-auth: 2.27.0
2222
requests: ^2.32.3
2323
authors:
2424
- Mistral

packages/mistralai_gcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in-project = true
1818
[tool.poetry.dependencies]
1919
python = "^3.8"
2020
eval-type-backport = "^0.2.0"
21-
google-auth = "2.27.0"
21+
google-auth = "^2.31.0"
2222
httpx = "^0.27.0"
2323
jsonpath-python = "^1.0.6"
2424
pydantic = "~2.8.2"

0 commit comments

Comments
 (0)