From c93acbfa2f286eca96fbb3b570b63950629ab6fe Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sun, 23 Jan 2022 12:00:00 +0000 Subject: [PATCH] unpin sqlalchemy to 1.3 sqlalchemy-continuum's latest release supports sqlalchemy 1.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ded7642a..de856b29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = Jinja2>=3,<4 requests>=2.22,<3 SQLAlchemy-Continuum>=1.3.9,<2 - SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728 + SQLAlchemy>=1.3.0,<1.5 python-dateutil [options.extras_require]