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
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ keywords = ["IDC", "DICOM", "cancer imaging", "MCP", "REST", "idc-index"]
dependencies = [
# Query engine + data
"idc-index>=0.12.4",
"duckdb>=1.5.4",
"duckdb>=1.5.5",
"pyarrow>=25.0.0",
# Shared models / settings
"pydantic>=2.7",
"pydantic-settings>=2.3",
# REST adapter
"fastapi>=0.139.1",
"uvicorn[standard]>=0.51.0",
"fastapi>=0.141.1",
"uvicorn[standard]>=0.52.0",
# MCP adapter (official SDK; bundles FastMCP server API)
"mcp>=1.28.1",
"mcp>=2.0.0",
]

[project.optional-dependencies]
dev = [
"pytest>=9.1.1",
"httpx>=0.27", # FastAPI TestClient transport
"pytest-asyncio>=0.23",
"ruff>=0.15.21",
"ruff>=0.16.0",
"bandit>=1.7", # static security lint (CI)
"pip-audit>=2.7", # dependency CVE scan (CI)
]
Expand Down
Loading
Loading