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
4 changes: 2 additions & 2 deletions evaluation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Tool Evaluation Framework using Azure OpenAI and MCP"
requires-python = ">=3.13"
dependencies = [
"openai>=1.54.0",
"mcp>=1.12.3",
"mcp>=1.23.0",
# LangGraph is pinned to an exact version. The 1.x line is API-stable
# but minor releases routinely tweak checkpointer / interrupt semantics,
# so we want changes to land via an explicit bump rather than a passive
Expand All @@ -20,7 +20,7 @@ dependencies = [
"langgraph==1.1.9",
# tomllib is in stdlib since 3.11 and the project pins >=3.13, so we
# don't need a backport for the config loader.
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
# NVD CVE lookup for phase_recon. nvdlib handles NIST NVD API rate
# limiting (50 req/30s with key, 5 req/30s without) and pagination.
"nvdlib>=0.8.3",
Expand Down
115 changes: 57 additions & 58 deletions evaluation/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/oss-upload/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
"boto3>=1.34.0",
"tos>=2.6.0",
]
Expand Down
583 changes: 289 additions & 294 deletions examples/oss-upload/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/site-to-markdown/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"playwright>=1.48.0",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
]

[tool.uv.sources]
Expand Down
391 changes: 182 additions & 209 deletions examples/site-to-markdown/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/volcengine-provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"agent-sandbox",
"python-dotenv>=1.0.0",
"python-dotenv>=1.2.2",
]

[tool.uv.sources]
Expand Down
293 changes: 129 additions & 164 deletions examples/volcengine-provider/uv.lock

Large diffs are not rendered by default.