Skip to content

Commit 92b4c2d

Browse files
authored
chore: update dependencies to address a CVE in google-adk 1.20.0 (#1010)
* chore: update dependencies to address a CVE in google-adk 1.20.0 * chore: upgrade google-adk to 1.28.0 across all agent samples and SDKs
1 parent 7b73d77 commit 92b4c2d

13 files changed

Lines changed: 141 additions & 54 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.8.0",
23+
"google-adk>=1.28.0",
2424
"google-genai>=1.27.0",
2525
"jsonschema>=4.0.0"
2626
]

agent_sdks/python/uv.lock

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

samples/agent/adk/contact_lookup/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.8.0",
24+
"google-adk>=1.28.0",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/contact_multiple_surfaces/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.8.0",
24+
"google-adk>=1.28.0",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

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.8.0",
26+
"google-adk>=1.28.0",
2727
"google-genai>=1.27.0",
2828
"python-dotenv>=1.1.0",
2929
"litellm",

samples/agent/adk/orchestrator/pyproject.toml

Lines changed: 1 addition & 3 deletions
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.8.0",
24+
"google-adk>=1.28.0",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",
@@ -39,8 +39,6 @@ build-backend = "hatchling.build"
3939
[tool.hatch.metadata]
4040
allow-direct-references = true
4141

42-
[tool.uv.sources]
43-
google-adk = { git = "https://github.com/google/adk-python.git", rev = "143ad44" }
4442

4543
[[tool.uv.index]]
4644
url = "https://pypi.org/simple"

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.8.0",
24+
"google-adk>=1.28.0",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/rizzcharts/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.8.0",
24+
"google-adk>=1.28.0",
2525
"google-genai>=1.27.0",
2626
"python-dotenv>=1.1.0",
2727
"litellm",

samples/agent/adk/uv.lock

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

samples/agent/mcp/a2ui-over-mcp-recipe/uv.lock

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

0 commit comments

Comments
 (0)