fastapi>=0.110
uvicorn>=0.27
sqlalchemy>=2.0
pydantic>=2.5

[dev]
pytest>=8
httpx>=0.27

[postgres]
psycopg[binary]>=3.1
