From 5e9c250ef86018154ac028008531441c8cbcb100 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 8 Feb 2024 21:30:58 +0000 Subject: [PATCH] Set SQLAlchemy minimum to 1.4 SQLAlchemy 1.4 is the bridge to support the API required for 2.0 support, so in the wake of I80c007af86cd7102c3c75963ad5b0a051dd9b541 set it as the required minimum version. Change-Id: I8eb379042d34a60e62131ff631efe4a83c70942e --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3ec685..a7b1343 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pbr>=0.11 urwid>=1.2.1,!=1.3.0 -SQLAlchemy>=1.0.4 +SQLAlchemy>=1.4 GitPython>=0.3.7 python-dateutil requests>=2.5.3,<3.0.0