Skip to content

Commit

Permalink
Pin SQLAlchemy for now
Browse files Browse the repository at this point in the history
SQlAlchemy-Utils has broken due to using unsupported internals
(see sqlalchemy/sqlalchemy#10474)
  • Loading branch information
marksteward committed Mar 14, 2024
1 parent d1d4244 commit c16d108
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 get_version():
include_package_data=True,
platforms='any',
install_requires=[
'SQLAlchemy>=1.4.0',
'SQLAlchemy>=1.4.0,<=2.0.21',
'SQLAlchemy-Utils>=0.30.12',
],
extras_require=extras_require,
Expand Down

0 comments on commit c16d108

Please sign in to comment.