Skip to content

Commit

Permalink
bump alembic minimum version (apache#27629)
Browse files Browse the repository at this point in the history
  • Loading branch information
aa3pankaj authored Nov 14, 2022
1 parent 65b78b7 commit 449a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ setup_requires =
install_requires =
# Alembic is important to handle our migrations in predictable and performant way. It is developed
# together with SQLAlchemy. Our experience with Alembic is that it very stable in minor version
alembic>=1.5.1, <2.0
alembic>=1.6.3, <2.0
argcomplete>=1.10
attrs>=22.1.0
blinker
Expand Down

0 comments on commit 449a9b8

Please sign in to comment.