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 agent_sdks/conformance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.1.0"
description = "Validation tests for A2UI conformance YAML files. Note: this package is for internal validation of conformance test files and is not an SDK."
requires-python = ">=3.10"
dependencies = [
"pytest>=9.0.2",
"pytest>=9.0.3",
"jsonschema>=4.0.0",
"pyyaml>=6.0.1",
]
Expand Down
8 changes: 4 additions & 4 deletions agent_sdks/conformance/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 72 additions & 72 deletions agent_sdks/python/uv.lock

Large diffs are not rendered by default.

3,736 changes: 1,865 additions & 1,871 deletions samples/agent/adk/mcp-apps-in-a2ui-sample/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/agent/adk/personalized_learning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ google-adk>=1.28.1
google-genai>=1.27.0
google-cloud-storage>=2.10.0
certifi>=2023.0.0
python-dotenv>=1.0.0
python-dotenv>=1.2.2
2 changes: 1 addition & 1 deletion samples/agent/adk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ pyink-annotation-pragmas = [
[dependency-groups]
dev = [
"pyink>=24.10.0",
"pytest>=9.0.2",
"pytest>=9.0.3",
]
230 changes: 115 additions & 115 deletions samples/agent/adk/uv.lock

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions samples/mcp/a2ui-in-mcpapps/server/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/mcp/mcp-apps-calculator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ line-length = 120
target-version = "py310"

[dependency-groups]
dev = ["pyright>=1.1.378", "pytest>=8.3.3", "ruff>=0.6.9"]
dev = ["pyright>=1.1.378", "pytest>=9.0.3", "ruff>=0.6.9"]
116 changes: 58 additions & 58 deletions samples/mcp/mcp-apps-calculator/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/build_catalog/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default = true

[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest>=9.0.3",
]

[tool.pytest.ini_options]
Expand Down
8 changes: 4 additions & 4 deletions tools/build_catalog/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading