summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-08-12 18:47:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-03-21 13:59:26 -0400
commit94d6e24ca19b0116eed00d5ccdb8a538918c6dcf (patch)
tree7006674c4fcd747ae7c679ac4d2a79f77075866a /requirements.txt
parent877bcfc6a6ed16ba6885f47824df6b1f5ac60b4e (diff)
downloadoslo-db-94d6e24ca19b0116eed00d5ccdb8a538918c6dcf.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8842a41..7764c23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,6 @@ oslo.i18n>=3.15.3 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
SQLAlchemy>=1.4.0 # MIT
-sqlalchemy-migrate>=0.11.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
# these are used by downstream libraries that require
# oslo.db as one of their test requirements - do not remove!