fastapi==0.128.*
uvicorn[standard]>=0.30
SQLAlchemy<2.1,>=2.0
pydantic>=2.7
pydantic-settings>=2.3
redis>=5.0
psycopg[binary]>=3.1
PyYAML>=6.0

[dev]
pytest>=8.0
httpx>=0.27
flake8>=7.0
pep8-naming>=0.13
fakeredis>=2.21

[mariadb]
PyMySQL>=1.1
