Skip to content

Commit

Permalink
setup: upper pin alembic version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed May 17, 2023
1 parent bc4faf3 commit a8f0b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ packages = find:
python_requires = >=3.7
zip_safe = False
install_requires =
# due to incompatibility on the 1.11 release
alembic>=1.10.0,<1.11.0
Flask-Alembic>=2.0.1
Flask-SQLAlchemy>=3.0,<4.0.0
invenio-base>=1.2.10
Expand Down

0 comments on commit a8f0b9e

Please sign in to comment.