Skip to content

Commit ed88150

Browse files
authored
Merge pull request #383 from hubmapconsortium/yuanzhou/flask-v2
Bump version and upgrade to Flask 2.1.3
2 parents 89d1ed5 + 459b629 commit ed88150

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/requirements.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
# 3/18/2022
2-
# Note: we don't need this dependency. But due to the recent unit test error:
3-
# ImportError: cannot import name 'json' from 'itsdangerous'
4-
# The recommended fix is to upgrade the Flask to latest version i.e, 2.0.3 or above
5-
# But we don't want to upgrade Flask in case it breaks the API
6-
# Add this itsdangerous dependency and downgrade to 2.0.1 as a temporary solution
7-
itsdangerous==2.0.1
8-
9-
# 4/7/2022
10-
# Note: pin version of Jinja2 to 3.0.3 because escape function was removed from newer release
11-
# but Flask v1.1.2 that we are using still depends on the older version
12-
Jinja2==3.0.3
13-
14-
Flask==1.1.2
1+
Flask==2.1.3
152
neo4j==4.4
163
prov==2.0.0
17-
Werkzeug==1.0.1
184

195
# For schema templating
206
nested-lookup==0.2.22

0 commit comments

Comments
 (0)