Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renderers/react/visual-parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"typescript": "5.9.3",
"vite": "^8.0.16"
}
}
}
2 changes: 1 addition & 1 deletion samples/agent/adk/custom-components-example/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description = "Sample Google ADK-based Contact Lookup agent that uses a2ui exten
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk>=0.3.0",
"a2a-sdk[http-server]>=0.3.0",
"click>=8.1.8",
"google-adk>=1.28.1",
"google-genai>=1.27.0",
Expand Down
3 changes: 2 additions & 1 deletion samples/agent/adk/restaurant_finder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ description = "Sample Google ADK-based Restaurant finder agent that uses a2ui UI
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk>=0.3.0",
"a2a-sdk[http-server]>=0.3.0",
"click>=8.1.8",
"google-adk>=1.28.1",
"google-genai>=1.27.0",
"python-dotenv>=1.1.0",
"litellm",
"jsonschema>=4.0.0",
"a2ui-agent-sdk",
"uvicorn>=0.40.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
413 changes: 39 additions & 374 deletions samples/agent/adk/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description = "Sample Contact Lookup agent that uses a2ui extension and is hoste
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk==0.3.25",
"a2a-sdk[http-server]==0.3.25",
"google-adk>=1.28.0",
"google-genai>=1.27.0",
"python-dotenv>=1.1.0",
Expand Down
138 changes: 23 additions & 115 deletions samples/community/agent/adk/gemini_enterprise/cloud_run/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/community/agent/adk/mcp_app_proxy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ output-modes = ["text"]
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk>=0.3.0",
"a2a-sdk[http-server]>=0.3.0",
"click>=8.1.8",
"google-adk>=1.28.1",
"google-genai>=1.27.0",
Expand Down
3 changes: 2 additions & 1 deletion samples/community/agent/adk/orchestrator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ description = "Sample Google ADK-based orchestrator agent that uses a2ui extensi
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk>=0.3.0",
"a2a-sdk[http-server]>=0.3.0",
"click>=8.1.8",
"google-adk>=1.28.1",
"google-genai>=1.27.0",
"python-dotenv>=1.1.0",
"litellm",
"jsonschema>=4.0.0",
"a2ui-agent-sdk>=0.2.4",
"uvicorn>=0.40.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
3 changes: 2 additions & 1 deletion samples/community/agent/adk/rizzcharts/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ description = "Sample Google ADK-based rizzcharts agent that uses a2ui extension
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"a2a-sdk>=0.3.0",
"a2a-sdk[http-server]>=0.3.0",
"click>=8.1.8",
"google-adk>=1.28.1",
"google-genai>=1.27.0",
"python-dotenv>=1.1.0",
"litellm",
"jsonschema>=4.0.0",
"a2ui-agent-sdk>=0.2.4",
"uvicorn>=0.40.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
Loading