Tenzer commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900734293
I took a look at the [Alembic changelog](https://alembic.sqlalchemy.org/en/latest/changelog.html) and realised 1.13.0 fixes a bug where some operations by mistake were marked as requiring SQLAlchemy 2.0+. Upgrading our version of Alembic from 1.12.0 to the latest 1.13.1 version also fixes this problem. Would it perhaps be a good idea to require the Alembic version to be at minimum version 1.13.0 so other people don't bump into this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
