Skip to content

Commit 70dd8f8

Browse files
fix: update adk version to 1.31.1 and madde default region to us-east1 (#1765)
Co-authored-by: Shahin Saadati <happyhuman@users.noreply.github.com>
1 parent e194d3d commit 70dd8f8

3 files changed

Lines changed: 626 additions & 588 deletions

File tree

python/agents/plumber-data-engineering-assistant/plumber_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
_, project_id = google.auth.default()
1111
os.environ.setdefault("GOOGLE_CLOUD_PROJECT", project_id)
12-
os.environ.setdefault("GOOGLE_CLOUD_LOCATION", "us-central1")
12+
os.environ.setdefault("GOOGLE_CLOUD_LOCATION", "us-east1")
1313
os.environ.setdefault("GOOGLE_GENAI_USE_VERTEXAI", "True")
1414

1515
from .agent import root_agent

python/agents/plumber-data-engineering-assistant/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ requires-python = ">=3.10,<3.13"
2222
dependencies = [
2323
"beautifulsoup4==4.13.4",
2424
"dbt-bigquery==1.10.1",
25-
"fastapi==0.116.1",
25+
"fastapi==0.124.1",
2626
"uvicorn==0.35.0",
2727
"GitPython==3.1.45",
28-
"google-adk==1.16.0",
28+
"google-adk==1.31.0",
2929
"google-api-python-client==2.177.0",
3030
"google-cloud-monitoring==2.27.2",
3131
"google-cloud-dataform==0.7.0",
@@ -104,4 +104,4 @@ deployment_targets = ["agent_engine", "cloud_run"]
104104

105105
[build-system]
106106
requires = ["hatchling"]
107-
build-backend = "hatchling.build"
107+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)