fastapi>=0.115.0
uvicorn[standard]>=0.29.0
sqlalchemy>=2.0.30
alembic>=1.13.1
psycopg2-binary>=2.9.9
pydantic>=2.10.0
pydantic-settings>=2.6.0
python-multipart==0.0.9
httpx==0.27.0

# background worker
APScheduler==3.10.4

# testing
pytest>=8.0.0
