bikeshedder / tusker

PostgreSQL migration management tool
The Unlicense
208 stars 17 forks source link

Please upgrade SQLAlchemy to v2 #34

Open mingfang opened 8 months ago

bikeshedder commented 8 months ago

This is blocked by migra and schemainspect which both depend on that old version of SQLAlchemy. Tusker itself doesn't even use any SQLAlchemy specific features. Sadly both dependencies depend on SQLAlchemy even though they use raw SQL to inspect and diff the database.

mingfang commented 8 months ago

FYI I submitted PR to fix schemainspect https://github.com/djrobstep/schemainspect/pull/89