update sqlalchmy version. not higher than 2.0

This commit is contained in:
Tim Gröger 2023-02-17 12:46:27 +01:00
parent e09d563e93
commit 8a5380d888
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ install_requires =
flask_sqlalchemy>=2.5
# Importlib requirement can be dropped when python requirement is >= 3.10
importlib_metadata>=4.3
sqlalchemy>=1.4.26
sqlalchemy>=1.4.26, <2.0
toml
werkzeug