Skip to content

Commit 2eee569

Browse files
authored
(Python) Bump google-adk version to 1.28.1 (#1219)
Addresses CVE-2026-4810
1 parent 6a82313 commit 2eee569

12 files changed

Lines changed: 20 additions & 20 deletions

File tree

agent_sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme = "README.md"
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
23-
"google-adk>=1.28.0",
23+
"google-adk>=1.28.1",
2424
"google-genai>=1.27.0",
2525
"jsonschema>=4.0.0"
2626
]

samples/agent/adk/custom-components-example/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.13"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",
24-
"google-adk>=1.28.0",
24+
"google-adk>=1.28.1",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/gemini_enterprise/cloud_run/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme = "README.md"
2020
requires-python = ">=3.13"
2121
dependencies = [
2222
"a2a-sdk>=0.3.4",
23-
"google-adk>=1.28.0",
23+
"google-adk>=1.28.1",
2424
"google-genai>=1.27.0",
2525
"python-dotenv>=1.1.0",
2626
"uvicorn",

samples/agent/adk/mcp-apps-in-a2ui-sample/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readme = "README.md"
2020
requires-python = ">=3.10"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
23-
"google-adk>=1.28.0",
23+
"google-adk>=1.28.1",
2424
"google-genai>=1.27.0",
2525
"python-dotenv>=1.1.0",
2626
"fastapi>=0.123.10",

samples/agent/adk/mcp_app_proxy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requires-python = ">=3.12"
2323
dependencies = [
2424
"a2a-sdk>=0.3.0",
2525
"click>=8.1.8",
26-
"google-adk>=1.28.0",
26+
"google-adk>=1.28.1",
2727
"google-genai>=1.27.0",
2828
"python-dotenv>=1.1.0",
2929
"litellm",

samples/agent/adk/orchestrator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.13"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",
24-
"google-adk>=1.28.0",
24+
"google-adk>=1.28.1",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/restaurant_finder/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.13"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",
24-
"google-adk>=1.28.0",
24+
"google-adk>=1.28.1",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/rizzcharts/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.13"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",
24-
"google-adk>=1.28.0",
24+
"google-adk>=1.28.1",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/personalized_learning/agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version = "0.1.0"
1818
description = "A2A Agent for generating personalized A2UI learning materials"
1919
requires-python = ">=3.11"
2020
dependencies = [
21-
"google-adk>=1.28.0",
21+
"google-adk>=1.28.1",
2222
"google-genai>=1.27.0",
2323
"google-cloud-storage>=2.10.0",
2424
"python-dotenv>=1.0.0",

0 commit comments

Comments
 (0)