Skip to content

Commit

Permalink
SA20: Adjust compatible SQLAlchemy versions: <2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 27, 2022
1 parent 1d001a1 commit c05d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c05d4a2

Please sign in to comment.