Merge "fix SQLAlchemy version"

This commit is contained in:
Zuul 2024-01-16 15:50:59 +00:00 committed by Gerrit Code Review
commit 4880acd608

View File

@ -16,7 +16,7 @@ PyYAML>=5.4.1 # MIT
immutables>=0.16 # Apache-2.0
alembic>=1.7.5 # MIT
httpx>=0.16.1 # BSD License (3 clause)
SQLAlchemy>=1.3.24 # MIT
SQLAlchemy>=1.3.24, <=1.4.41 # MIT
PyMySQL>=0.9.3 # MIT
dnspython>=2.1.0 # ISC
click>=7.1.2 # BSD License (3 clause)