Skip to content

Commit

Permalink
Lock flask and Werkzeug below 2.3.0 for now (#3400)
Browse files Browse the repository at this point in the history
A Flask package update today breaks all Pbench authentication; it's not
clear why, and until we can figure it out, let's lock Flask below 2.3
to avoid the issue. This also locks Werkzeug to match because that was
causing issues in testing.
  • Loading branch information
dbutenhof authored Apr 25, 2023
1 parent 0d5dff1 commit a9175cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aniso8601>=9.0.1
Bcrypt-Flask
click>=8.0
elasticsearch>=7.13.1, <7.14
flask
flask<2.3.0
flask_cors
Flask-HTTPAuth>=4.0.0
flask-jwt-extended
Expand All @@ -20,3 +20,4 @@ requests
sdnotify
sqlalchemy>=1.4.23
sqlalchemy_utils>=0.37.6
Werkzeug<2.3.0

0 comments on commit a9175cd

Please sign in to comment.