SQLAlchemy<3,>=2.0

[dev]
ruff>=0.5.0
pytest>=8.0.0
pytest-xdist>=3.5.0
pytest-cov>=5.0.0
pytest-asyncio>=0.23.0
aiosqlite>=0.19.0
pre-commit>=3.7.0
build>=1.0
twine>=5.0

[mysql]
pymysql>=1.1.0
aiomysql>=0.2.0

[postgres]
psycopg[binary]>=3.1.8
asyncpg>=0.29.0
