aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.76k stars 256 forks source link

Support SQLAlchemy 1.4 #818

Open Nothing4You opened 2 years ago

Nothing4You commented 2 years ago

Collecting what's needed for SQLAlchemy 1.4 here.

https://www.sqlalchemy.org/download.html Version 1.3 is currently in maintenance state and will only receive critical bug fixes. 1.4 is currently stable, with 2.0 currently being in development. Once 2.0 ships, 1.3 will be EOL.

https://docs.sqlalchemy.org/en/14/changelog/migration_14.html

Additional topics