# Core FastAPI dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0

# Database and Auth
supabase==2.0.2
postgrest==0.14.0

# LLM providers (latest stable versions)
anthropic==0.7.8
openai==1.3.7

# Payment processing
stripe==7.8.0

# Core utilities
requests==2.31.0
pydantic==2.5.0
python-multipart==0.0.6
python-dotenv==1.0.0
email-validator==2.1.0

# Export functionality
markdownify==0.11.6
PyYAML==6.0.1

# Security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4

# Additional dependencies
httpx==0.25.2
aiofiles==23.2.1