Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did werkezeug 2.3.0 work? Can we lock it with =

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I just tested it and yeah it needs <