Skip to content
Closed
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 core/python/cross-session-memory/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.11,<3.14"
dev = [
"google-adk[eval]>=1.15.0,<2.0.0",
"agent-starter-pack>=0.14.1",
"pytest>=8.3.2",
"pytest>=9.1.1",
"pytest-asyncio>=0.23.7",
]

Expand Down
282 changes: 148 additions & 134 deletions core/python/cross-session-memory/uv.lock

Large diffs are not rendered by default.

323 changes: 164 additions & 159 deletions core/python/oauth-user-consent-flow/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions python/agents/machine-learning-engineering/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ dependencies = [
"scikit-learn>=1.7.1",
# Note: If using uv or pip, use --extra-index-url https://download.pytorch.org/whl/cpu
# to ensure the CPU version of torch is prioritized.
"torch>=2.7.1",
"torch>=2.13.0",
]

[dependency-groups]
dev = [
"pytest>=9.0.3",
"pytest>=9.1.1",
"pytest-asyncio>=0.26.0",
"google-adk[eval]>=1.5.0",
"google-cloud-aiplatform[evaluation]>=1.93.0",
Expand Down
1,706 changes: 593 additions & 1,113 deletions python/agents/machine-learning-engineering/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/agents/supply-chain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"google-cloud-aiplatform[adk,agent-engines,evaluation]>=1.132.0",
"pytest>=8.3.5",
"pytest>=9.1.1",
"pytest-asyncio>=0.26.0",
"google-adk[eval]>=1.31.0"
]
Expand Down
4,568 changes: 2,293 additions & 2,275 deletions python/agents/supply-chain/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/agents/youtube-analyst/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module-root = ""
dev = [
"ipykernel>=6.29.5",
"ipython>=8.36.0",
"pytest>=9.0.3",
"pytest>=9.1.1",
"pre-commit>=4.2.0",
"ruff>=0.11.5",
"deptry>=0.23.0",
Expand Down
991 changes: 73 additions & 918 deletions python/agents/youtube-analyst/uv.lock

Large diffs are not rendered by default.

Loading