Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils (#14812)

The 1.4 releae of SQLAlchemy breaks sqlalchemy-utils.

This change pins it to < 1.4

Fixes #14811

(cherry picked from commit c29f6fb76b)
This commit is contained in:
Jarek Potiuk 2021-03-15 21:28:06 +01:00 коммит произвёл Ash Berlin-Taylor
Родитель f3153e1255
Коммит ea06eb0872
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -130,7 +130,8 @@ install_requires =
requests>=2.20.0
rich==9.2.0
setproctitle>=1.1.8, <2
sqlalchemy>=1.3.18, <2
# SQLAlchemy 1.4 breaks sqlalchemy-utils https://github.com/kvesteri/sqlalchemy-utils/issues/505
sqlalchemy>=1.3.18, <1.4
sqlalchemy_jsonfield~=1.0
tabulate>=0.7.5, <0.9
tenacity~=6.2.0