Skip to content

Commit

Permalink
Downgrade flask_caching version to avoid a bug
Browse files Browse the repository at this point in the history
Race condition that leads to None returned value:
pallets-eco/flask-caching#135
  • Loading branch information
frankrousseau committed Nov 7, 2019
1 parent f0d9ec0 commit 7a8baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -37,7 +37,7 @@ install_requires =
python-engineio==3.8.2.post1
python-socketio==4.2.0
flask_principal==0.4.0
flask_caching==1.7.2
flask_caching==1.7.1
flask_mail==0.9.1
flask_fs==0.6.1
werkzeug==0.15.5
Expand Down

0 comments on commit 7a8baa2

Please sign in to comment.