pydantic>=2.5.0
pydantic-settings>=2.0
starlette<1.0,>=0.27
PyYAML>=6.0

[db]
SQLAlchemy>=2.0
psycopg[binary]>=3.1
alembic>=1.13

[s3]
boto3>=1.34

[test]
pytest
pytest-asyncio
httpx<1.0,>=0.27
