# Core dependencies
annotated-doc==0.0.4
annotated-types==0.7.0
anyio==4.13.0
certifi==2026.2.25
charset-normalizer==3.4.7
click==8.3.2
fastapi==0.135.3
h11==0.16.0
idna==3.11
pydantic==2.12.5
pydantic_core==2.41.5
pydantic-settings==2.2.1
regex==2026.4.4
requests==2.33.1
starlette==1.0.0
tiktoken==0.12.0
typing-inspection==0.4.2
typing_extensions==4.15.0
urllib3==2.6.3
uv==0.11.3
uvicorn==0.44.0

# Database
sqlalchemy==2.0.29
asyncpg==0.29.0
alembic==1.13.1

# Security
bcrypt==4.1.2
python-jose[cryptography]==3.3.0
python-multipart==0.0.9

# Caching & Message Queue
redis==5.0.3
hiredis==2.3.2

# Background Tasks
celery==5.3.6
flower==2.0.1
kombu==5.3.6

# Monitoring & Observability
prometheus-client==0.20.0
opentelemetry-api==1.24.0
opentelemetry-sdk==1.24.0
opentelemetry-instrumentation-fastapi==0.45b0
opentelemetry-instrumentation-sqlalchemy==0.45b0
opentelemetry-instrumentation-redis==0.45b0
opentelemetry-instrumentation-celery==0.45b0
opentelemetry-exporter-jaeger==1.21.0
opentelemetry-exporter-otlp==1.24.0

# Logging
python-json-logger==2.0.7

# Rate Limiting
slowapi==0.1.9

# Report Generation
reportlab==4.1.0
pandas==2.2.1
openpyxl==3.1.2

# Validation
email-validator==2.1.1
