Skip to content
Merged
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pyyaml>=6.0", # config & tool-spec parsing
"httpx>=0.27.0", # HTTP client; API embeddings
"questionary>=2.0", # interactive `dsagt init` select/checkbox menus
"mcp>=1.0.0", # MCP server protocol
"mcp>=1.0.0,<2.0.0", # MCP server protocol
"mlflow==3.11.1", # trace store & observability
# Knowledge base
# torch 2.2.2 (latest available for Intel Mac) was compiled against NumPy 1.x
Expand Down
Loading