From 94d6e24ca19b0116eed00d5ccdb8a538918c6dcf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 12 Aug 2022 18:47:57 -0400 Subject: Remove sqlalchemy-migrate sqlalchemy-migrate does not support SQLAlchemy 2.x and we're not going to invest the time in changing this. Remove integration of sqlalchemy-migrate in oslo.db, allowing us to support SQLAlchemy 2.x fully. Note that we do not remove the 'migration_cli' module entirely yet. While this is deprecated, it is possible to use this with alembic. New users shouldn't be switching to it, but any existing users can continue to use this module for some time yet. Change-Id: Ic3d6bd318038d723b0d50d39e45f8e26289e9a57 Sem-Ver: api-break --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 5baeb4f..9cd074d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,4 +39,3 @@ oslo.config.opts = oslo.db.migration = alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension - migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension -- cgit v1.2.1