Skip to content

Commit

Permalink
fix(requirements): force a compatible SQLAlchemy version
Browse files Browse the repository at this point in the history
SQLAlchemy-Continuum is currently none functional with SQLAlchemy 2.0:

kvesteri/sqlalchemy-continuum#331
kvesteri/sqlalchemy-continuum#326
  • Loading branch information
anthraxx committed May 14, 2023
1 parent fdfdab5 commit 972cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requests
scrypt
pyalpm
SQLAlchemy-Continuum
SQLAlchemy
SQLAlchemy<2.0
feedgen
pytz
authlib
Expand Down

0 comments on commit 972cdd7

Please sign in to comment.