From 7fbfc073714821e5dd6ca4be09e66269a0adb9e9 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 21 Dec 2022 02:35:49 +0100 Subject: [PATCH] SA20: Adjust compatible SQLAlchemy versions: <2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7070977a..80ab4959 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def read(path): }, install_requires=['urllib3>=1.9,<2'], extras_require=dict( - sqlalchemy=['sqlalchemy>=1.0,<1.5', + sqlalchemy=['sqlalchemy>=1.0,<2.1', 'geojson>=2.5.0,<3', 'backports.zoneinfo<1; python_version<"3.9"'], test=['tox>=3,<4',