File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 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
152neo4j == 4.4
163prov == 2.0.0
17- Werkzeug == 1.0.1
184
195# For schema templating
206nested-lookup == 0.2.22
You can’t perform that action at this time.
0 commit comments