Skip to content

Commit 96995e3

Browse files
committed
limit flask-migrate to the previous major version so flask migration still works
miguelgrinberg/Flask-Migrate#558
1 parent ddbee55 commit 96995e3

File tree

2 files changed

+186
-197
lines changed

2 files changed

+186
-197
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apispec-webframeworks = "~=0.5.2"
2323
mysql-connector-python = "8.0.24"
2424
python-jose = "*"
2525
python-dotenv = "*"
26-
flask-migrate = "*"
26+
flask-migrate = "~=3.0.0"
2727
requests = "*"
2828
sentry-sdk = "*"
2929
psycopg2-binary = "*"

0 commit comments

Comments
 (0)