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
This commit is contained in:
Jeremy Stanley 2024-02-08 21:30:58 +00:00
parent 559bcfdb33
commit 5e9c250ef8
1 changed files with 1 additions and 1 deletions

View File

@ -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