# Core Framework
fastapi==0.135.1
uvicorn==0.41.0
python-dotenv==1.2.2

# Database - Local PostgreSQL
SQLAlchemy==2.0.48
psycopg2-binary==2.9.11
alembic==1.18.4

# Data Validation
pydantic==2.12.5
pydantic-settings==2.13.1

# File Handling
python-multipart==0.0.22

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

# HTTP Client
httpx==0.28.1

# Authentication (optional - for future use if needed)
python-jose[cryptography]==3.5.0
passlib[bcrypt]==1.7.4

# Testing
pytest==9.0.2
pytest-asyncio==1.3.0

# AI/ML
baml-py==0.220.0
