Skip to content

Commit

Permalink
updated SQLAlchemy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 24, 2023
1 parent bb72634 commit 3ddef31
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 @@ -10,7 +10,7 @@
"Topic :: Software Development :: Libraries :: Python Modules"
],
description="CS50 library for Python",
install_requires=["Flask>=1.0", "packaging", "SQLAlchemy==1.4.46", "sqlparse", "termcolor", "wheel"],
install_requires=["Flask>=1.0", "packaging", "SQLAlchemy<3", "sqlparse", "termcolor", "wheel"],
keywords="cs50",
license="GPLv3",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3ddef31

Please sign in to comment.