From 172f9e16f25514134ec2143aedca5f04d0dae5a9 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 18 Feb 2023 15:32:35 +0100 Subject: [PATCH] try to use sqlalchemy 1.4 to see if tests are ok with monkeypatching --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2ffe731a..bb477a1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ install_requires = qrcode>=7.1,<8 requests>=2.22,<3 SQLAlchemy-Continuum>=1.3.12,<2 - SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728 + SQLAlchemy>=1.3.0,<1.5 # New 1.4 changes API, see #728 python-dateutil [options.extras_require]