Skip to content

Commit

Permalink
setup: pin SQLALchemy-Continuum to 1.4.1
Browse files Browse the repository at this point in the history
Pins SQLAlchemy version to 1.4.1, fixing pip install troubles with newer
version due to its incompatibility with older SQLAlchemy-Utils.
  • Loading branch information
tiborsimko committed May 7, 2024
1 parent b2d0844 commit be689df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"uwsgitop>=0.11",
# Pin SQLAlchemy version due to sqlalchemy-utils compatibility
# <https://github.com/kvesteri/sqlalchemy-utils/issues/505>
"SQLAlchemy==1.4.49 ",
"SQLAlchemy==1.4.49",
"SQLAlchemy-Continuum==1.4.1",
# Pin Flask-SQLAlchemy version due to apply_driver_hacks
"Flask-SQLAlchemy==3.0.0",
"Flask-Alembic==2.0.1",
Expand Down

0 comments on commit be689df

Please sign in to comment.