From 0bdf9f13a3f9d1401b9772b503f09db0a2cc8abc 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 0a127144..ab2dc88e 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',