From 88fb5416f7169bd3542bca6af0192f935c8cc18e Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Fri, 6 May 2022 21:00:48 +0000 Subject: [PATCH] Bump neutron-lib to 2.21.0 This new neutron-lib version contains the patch [1], that provides compatibility with SQLAlchemy 2.0. [1]https://review.opendev.org/c/openstack/neutron-lib/+/828738 Related-Bug: #1962153 Topic: sqlalchemy-20 Change-Id: Ib2880b8fa61ae7691c527b837045cfa15226072c --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e42009cf9d6..5f2b9b93703 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD netifaces>=0.10.4 # MIT -neutron-lib>=2.20.0 # Apache-2.0 +neutron-lib>=2.21.0 # Apache-2.0 python-neutronclient>=7.8.0 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0 SQLAlchemy>=1.4.23 # MIT