From fe7131eec979b0f39bf2939aa0ee8a0013d8c06f Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 4 Apr 2021 11:04:46 +0200 Subject: [PATCH] Pin SQLAlchemy to accounts for API changes Fixes: #728 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c56441bb..c5c7fd14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ install_requires = Jinja2~=2.11 requests~=2.22 SQLAlchemy-Continuum~=1.3 + SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728 [options.extras_require] dev =