fastapi[standard]>=0.135
uvicorn[standard]>=0.34
pydantic>=2.10
pydantic-settings>=2.6
sqlalchemy[asyncio]>=2.0.36
asyncpg>=0.30
alembic>=1.14
python-dotenv>=1.0
httpx>=0.28
jsonschema>=4.23
redis[hiredis]>=5.0
fastmcp>=3.0

[dev]
agent-relay[lint,test]

[lint]
ruff>=0.3

[test]
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27
aiosqlite>=0.20
