Skip to content

Commit

Permalink
fix: pin Wekzeug to 2.2.3 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Apr 26, 2023
1 parent db5051d commit 7a9385d
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 @@ -20,4 +20,5 @@ requests==2.28.2
scipy==1.10.1
flask-server-timing==0.1.2
s3fs==0.4.2
tiledb==0.21.1 # Explorer's major/minor tiledb version should always be the >= Portal's tiledb major/minor version (for read/write compatibility)
tiledb==0.21.1 # Explorer's major/minor tiledb version should always be the >= Portal's tiledb major/minor version (for read/write compatibility)
Werkzeug==2.2.3 # 2.3.0 breaks the binary endpoints

0 comments on commit 7a9385d

Please sign in to comment.