You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLAlchemy 1.4 is marked as legacy and at the time of writing is still being maintained. I can't see any mention of an end-of-life date. So this is low priority for now.
My understanding is that SQLAlchemy 2.0 has a more simplified API to earlier versions, meaning there are fewer ways to achieve the same end and leading to more consistent code.
SQLAlchemy 1.4 is marked as legacy and at the time of writing is still being maintained. I can't see any mention of an end-of-life date. So this is low priority for now.
My understanding is that SQLAlchemy 2.0 has a more simplified API to earlier versions, meaning there are fewer ways to achieve the same end and leading to more consistent code.
So we should work towards migrating to 2.0. Fortunately this need not be done all at once. See https://docs.sqlalchemy.org/en/14/changelog/migration_20.html
The text was updated successfully, but these errors were encountered: