Skip to content

Commit

Permalink
Bump minimum required alembic version
Browse files Browse the repository at this point in the history
Related to apache#18453 (comment)

`1.5.0` was yanked so `>=1.5.1` is safe and we already have `1.7.5` in constraints-main
  • Loading branch information
kaxil committed Dec 8, 2021
1 parent abe842c commit e7129af
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 @@ -81,7 +81,7 @@ setup_requires =
# DEPENDENCIES_EPOCH_NUMBER in the Dockerfile.ci
#####################################################################################################
install_requires =
alembic>=1.2, <2.0
alembic>=1.5.1, <2.0
argcomplete~=1.10
attrs>=20.0, <21.0
blinker
Expand Down

0 comments on commit e7129af

Please sign in to comment.