Skip to content
Open
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.28.1",
# 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 @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest>=9.1.1",
"pytest-asyncio>=0.24.0",
]

Expand Down
24 changes: 16 additions & 8 deletions evaluation/uv.lock

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