fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.9.0
pydantic-settings>=2.5.0
httpx>=0.27.0
asyncpg>=0.29.0
sqlalchemy>=2.0.35
alembic>=1.13.0
redis>=5.0.8
openai>=1.52.0
anthropic>=0.40.0
cohere>=5.11.0
sentence-transformers>=3.3.1
torch>=2.5.0
faiss-cpu>=1.8.0
qdrant-client>=1.12.1
pgvector>=0.3.6
python-dotenv>=1.0.1
tenacity>=9.0.0

[dev]
pytest>=8.3.3
pytest-asyncio>=0.24.0
pytest-cov>=6.0.0
black>=24.10.0
ruff>=0.7.2
mypy>=1.12.0
