# Dependencies for the remote MCP service (accountingqb.remote).
# The local extension's own deps (mcp, httpx, pydantic) are repeated here so
# the remote image can be built without relying on mcpb/pyproject.toml extras.
# Cap below 2.0: mcp 2.0.0 (2026-07-28) removed mcp.server.fastmcp, which
# server.py imports. Any rebuild that pulls 2.x crashes the connector on boot.
mcp>=1.10.0,<2.0.0
httpx>=0.27.0
pydantic>=2.0.0
PyJWT>=2.8.0
uvicorn>=0.30.0
