From 379bb9b9660c9fbc2964d16842346a3dfe6ba25f Mon Sep 17 00:00:00 2001 From: Yoshito Ito Date: Mon, 14 Dec 2020 18:26:41 +0900 Subject: [PATCH] Fix requirements for SQLAlchemy to be >= 1.3.11 This patch changes the version of SQLAlchemy to be >= 1.3.11 in requirements.txt and lower-constraints.txt. The tacker-db-migrate command uses `.Computed` in the migration of c47a733f425a, but it's only supported equal to or later than 1.3.11. Change-Id: I09f047be726dc09c4b7316c68d97eb2e57fbf309 Closes-bug: #1908003 Closes-bug: #1907525 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index c939eaeb4..55e5a6d9a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -130,7 +130,7 @@ simplejson==3.13.2 snowballstemmer==1.2.1 sqlalchemy-filters==0.10.0 sqlalchemy-migrate==0.11.0 -SQLAlchemy==1.3.0 +SQLAlchemy==1.3.11 sqlparse==0.2.4 statsd==3.2.2 stestr==2.0.0 diff --git a/requirements.txt b/requirements.txt index 1ad248c83..276e54261 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ jsonschema>=3.2.0 # MIT keystonemiddleware>=4.17.0 # Apache-2.0 kombu>=4.3.0 # BSD netaddr>=0.7.18 # BSD -SQLAlchemy>=1.3.0 # MIT +SQLAlchemy>=1.3.11 # MIT sqlalchemy-filters>=0.10.0 WebOb>=1.7.1 # MIT python-heatclient>=1.10.0 # Apache-2.0