There are some big changes coming in SQLAlchemy 1.4 (the biggest one for us being the deprecation of autocommit) and we should be prepared once it hits the repositories.
Although 1.4 has only been released in March 2021 and 1.3 is still going strong as of mid-2021, we should begin to prepare for a migration to 1.4 (or even 2.0) in the future.
Some probing in this direction has been done in #973.
There are some big changes coming in SQLAlchemy 1.4 (the biggest one for us being the deprecation of
autocommit) and we should be prepared once it hits the repositories.Although 1.4 has only been released in March 2021 and 1.3 is still going strong as of mid-2021, we should begin to prepare for a migration to 1.4 (or even 2.0) in the future.
Some probing in this direction has been done in #973.