Skip to content

Commit

Permalink
Merge pull request #851 from hubmapconsortium/Derek-Furst/update-flask
Browse files Browse the repository at this point in the history
Derek furst/update flask
  • Loading branch information
yuanzhou authored Aug 7, 2024
2 parents 61b83ab + 7ff4f7f commit f666c44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
Flask==2.1.3
urllib3==1.26.5
Flask==3.0.3
urllib3==1.26.19
jsonschema==3.2.0
# The commons package requires requests>=2.22.0 and PyYAML>=5.3.1
requests==2.27.1
requests==2.32.0
PyYAML==5.4.1

# Flask 2.1.3 installs the latest Werkzeug==3.0.0 (released on 9/30/2023) and causing import issues
# Use a pinned version 2.3.7 (the latest release before 3.0.0) to mitigate temporaryly
# Will upgrade Flask to newer version later on across all APIs. 10/3/2023 - Zhou
Werkzeug==2.3.7
Werkzeug==3.0.3

git+https://github.com/hubmapconsortium/[email protected]#egg=portal-visualization

Expand Down
2 changes: 1 addition & 1 deletion src/search-adaptor

0 comments on commit f666c44

Please sign in to comment.