# Core Framework
fastapi==0.136.3
uvicorn==0.49.0
python-dotenv==1.2.2

# Database - Local PostgreSQL
SQLAlchemy==2.0.50
psycopg2-binary==2.9.12
alembic==1.18.4

# Data Validation
pydantic==2.13.4
pydantic-settings==2.14.1

# File Handling
python-multipart==0.0.32

# Monitoring
psutil==7.2.2
prometheus-client==0.25.0

# HTTP Client
httpx==0.28.1

# Authentication - Supabase
supabase==2.31.0

# Testing
pytest==9.0.3
pytest-asyncio==1.4.0

# AI/ML
baml-py==0.222.0
