pydantic>=2.13.4
httpx>=0.27
python-dotenv>=1.0

[dev]
ruff>=0.8
mypy>=1.11
pytest>=9.1.1
pytest-cov>=7.1.0

[pg]
psycopg[binary]>=3.2

[web]
fastapi>=0.115
uvicorn[standard]>=0.30
