Skip to content

Commit

Permalink
Limit werkzeug version for old Flask (#87)
Browse files Browse the repository at this point in the history
* Limit werkzeug version for old Flasks

* Limit version of flask-sqlalchemy too
  • Loading branch information
leplatrem authored Nov 8, 2023
1 parent 0523a4e commit b763d91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/constraints/flask-2.1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Flask<2.2
SQLAlchemy<=1.4
Flask-SQLAlchemy<3.0
Flask-SQLAlchemy<3.0
Werkzeug<3
2 changes: 2 additions & 0 deletions tests/constraints/flask-2.2.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Flask>=2.2,<2.3
Flask-SQLAlchemy<3.1
Werkzeug<3

0 comments on commit b763d91

Please sign in to comment.