Skip to content

Commit 43f6ee9

Browse files
committed
feat: integrate a2ui-core, update Python requirement to 3.14, and refresh dependencies across samples and tools
1 parent 78efa1a commit 43f6ee9

21 files changed

Lines changed: 46 additions & 454 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "a2ui-custom-components-example"
1717
version = "0.1.0"
1818
description = "Sample Google ADK-based Contact Lookup agent that uses a2ui extension and is hosted as an A2A server agent."
1919
readme = "README.md"
20-
requires-python = ">=3.13"
20+
requires-python = ">=3.14"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "a2ui-contactcard-agentengine"
1717
version = "0.1.0"
1818
description = "Sample Google ADK-based Contact Lookup agent that uses a2ui extension and is hosted as an A2A agent on Agent Engine."
1919
readme = "README.md"
20-
requires-python = ">=3.13"
20+
requires-python = ">=3.14"
2121
dependencies = [
2222
"a2a-sdk==0.3.25",
2323
"google-cloud-aiplatform[adk,agent-engines]>=1.128.0",

samples/agent/adk/gemini_enterprise/agent_engine/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "a2ui-contact-lookup"
1717
version = "0.1.0"
1818
description = "Sample Contact Lookup agent that uses a2ui extension and is hosted as an A2A server agent on Cloud Run."
1919
readme = "README.md"
20-
requires-python = ">=3.13"
20+
requires-python = ">=3.14"
2121
dependencies = [
2222
"a2a-sdk==0.3.25",
2323
"google-adk>=1.28.0",

samples/agent/adk/gemini_enterprise/cloud_run/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "a2ui-mcp-apps-in-a2ui-sample"
1717
version = "0.1.0"
1818
description = "Sample MCP App with 2-Way Communication"
1919
readme = "README.md"
20-
requires-python = ">=3.10"
20+
requires-python = ">=3.14"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"google-adk>=1.28.1",

samples/agent/adk/mcp-apps-in-a2ui-sample/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/agent/adk/mcp_app_proxy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = "A reference agent that proxies an MCP app"
1919
input-modes = ["text"]
2020
output-modes = ["text"]
2121
readme = "README.md"
22-
requires-python = ">=3.12"
22+
requires-python = ">=3.14"
2323
dependencies = [
2424
"a2a-sdk>=0.3.0",
2525
"click>=8.1.8",

samples/agent/adk/orchestrator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "orchestrator"
1717
version = "0.1.0"
1818
description = "Sample Google ADK-based orchestrator agent that uses a2ui extension with a custom catalog and is hosted as an A2A server agent."
1919
readme = "README.md"
20-
requires-python = ">=3.13"
20+
requires-python = ">=3.14"
2121
dependencies = [
2222
"a2a-sdk>=0.3.0",
2323
"click>=8.1.8",

samples/agent/adk/personalized_learning/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name = "personalized-learning-agent"
1717
version = "0.1.0"
1818
description = "A2A Agent for generating personalized A2UI learning materials"
19-
requires-python = ">=3.11"
19+
requires-python = ">=3.14"
2020
dependencies = [
2121
"google-adk>=1.28.1",
2222
"google-genai>=1.27.0",

0 commit comments

Comments
 (0)