# HTTP client
httpx>=0.24.0

# Testing
pytest>=7.3.1
pytest-asyncio>=0.21.0

# Environment
python-dotenv>=1.0.0

# Server dependencies
# Pin fastmcp<3 for stability (recommended by fastmcp docs)
# Use uvicorn with websockets disabled to avoid deprecation warnings
fastmcp>=2.0.0,<3.0.0
fastapi>=0.115.0
uvicorn>=0.32.0