Skip to content

Commit

Permalink
Limit sqlalchemy to version 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Dec 16, 2023
1 parent 197890d commit e04f274
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 @@ -39,7 +39,7 @@ def get_version(rel_path):
],
python_requires='>=3.7',
install_requires=[
'SQLAlchemy>=1.3.12',
'SQLAlchemy>=1.3.12,<2.0',
'alembic>=1.3.2',
'tornado>=6.0.3,<7.0',
'jupyterhub>=1.1.0',
Expand Down

0 comments on commit e04f274

Please sign in to comment.