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
4 changes: 4 additions & 0 deletions a2a_agents/python/a2ui_extension/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ dependencies = ["a2a-sdk>=0.3.0"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[[tool.uv.index]]
url = "https://pypi.org/simple"
default = true
542 changes: 271 additions & 271 deletions a2a_agents/python/a2ui_extension/uv.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions samples/agent/adk/contact_lookup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true

[[tool.uv.index]]
url = "https://pypi.org/simple"
default = true
2,582 changes: 0 additions & 2,582 deletions samples/agent/adk/contact_lookup/uv.lock

This file was deleted.

6 changes: 5 additions & 1 deletion samples/agent/adk/orchestrator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ build-backend = "hatchling.build"
allow-direct-references = true

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

[[tool.uv.index]]
url = "https://pypi.org/simple"
default = true
2,582 changes: 0 additions & 2,582 deletions samples/agent/adk/orchestrator/uv.lock

This file was deleted.

4 changes: 4 additions & 0 deletions samples/agent/adk/restaurant_finder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true

[[tool.uv.index]]
url = "https://pypi.org/simple"
default = true
2,025 changes: 0 additions & 2,025 deletions samples/agent/adk/restaurant_finder/uv.lock

This file was deleted.

Loading