From 8a9472f74bdb73afe4a412519d0291d1ceb13851 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 24 Sep 2019 07:06:02 +0200 Subject: [PATCH] Skip alembic 1.2.0 Version 1.2.0 changed the alembic.command.stamp() method which no longer accepts a "revision" parameter (not it accepts a "revisions" parameter). Upstream bug is: https://github.com/sqlalchemy/alembic/issues/601 Change-Id: Iec1f21e544b6efc17401c0cb9ff7472f020a7dc3 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index b4379cbfaa..a832624d6d 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -1,5 +1,5 @@ abclient # Apache-2.0 -alembic # MIT +alembic!=1.2.0 # MIT amqp!=2.1.4 # BSD ansible-runner!=1.3.5 # Apache 2.0 anyjson # BSD