# Core API server
fastapi
uvicorn[standard]==0.29.0
slowapi

# Validation and settings
pydantic
pydantic-settings
python-dotenv

# HTTP and auth
requests
PyJWT
google-auth
google-auth-oauthlib
google-auth-httplib2
bcrypt

# Database
pymongo

# ML / retrieval / vector logic
numpy
faiss-cpu
sentence-transformers

# Agentic pipeline orchestration
langgraph>=0.2.0

# Email notifications
sendgrid>=6.10

