# Web Framework
fastapi>=0.123.0
uvicorn[standard]>=0.27.0

# Database
SQLAlchemy>=2.0.36
psycopg2-binary>=2.9.10

# HTTP Client
httpx>=0.28.0

# Validation
pydantic>=2.5.0

# AI - Anthropic Claude
anthropic>=0.75.0

# Vector DB (dedup)
qdrant-client>=1.7.0

# Auth
python-jose[cryptography]>=3.3.0
