fastapi>=0.111
uvicorn>=0.30
httpx>=0.27
PyJWT>=2.8
requests>=2.31

[all]
psycopg[binary]>=3.1
langchain>=0.2
langchain-core>=0.2
mcp[cli]<3,>=1.2

[langchain]
langchain>=0.2
langchain-core>=0.2

[mcp]
mcp[cli]<3,>=1.2
httpx>=0.27

[postgres]
psycopg[binary]>=3.1

[test]
pytest>=8
mcp[cli]<3,>=1.2
hypothesis>=6.100
requests>=2.31
