Skip to content

Commit 7fbfc07

Browse files
committed
SA20: Adjust compatible SQLAlchemy versions: <2.1
1 parent 6e6d4f7 commit 7fbfc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def read(path):
6060
},
6161
install_requires=['urllib3>=1.9,<2'],
6262
extras_require=dict(
63-
sqlalchemy=['sqlalchemy>=1.0,<1.5',
63+
sqlalchemy=['sqlalchemy>=1.0,<2.1',
6464
'geojson>=2.5.0,<3',
6565
'backports.zoneinfo<1; python_version<"3.9"'],
6666
test=['tox>=3,<4',

0 commit comments

Comments
 (0)