Skip to content

Commit

Permalink
Merge pull request #145 from x-atlas-consortia/flask-v3x
Browse files Browse the repository at this point in the history
Flask v3x
  • Loading branch information
yuanzhou authored Aug 6, 2024
2 parents 92929e7 + 67f63a7 commit 808d646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"python_dateutil>=2.6.0",
"setuptools>=21.0.0",
"Flask==2.1.3",
"Flask==3.0.3",
"neo4j==5.15.0"
]

Expand Down
10 changes: 3 additions & 7 deletions src/ubkg_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
Flask==3.0.3
# Flask depends on Werkzeug...
Werkzeug==3.0.3

python_dateutil >= 2.6.0
setuptools >= 21.0.0
Flask == 2.1.3
neo4j == 5.15.0
pytest==7.3.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

0 comments on commit 808d646

Please sign in to comment.