Closed mcjlnrtwcz closed 4 years ago
Added a PR to fix this #114
Please merge the PR and release, plz, plz, plz.
FYI: I encounter same problem, and I fixed it in my fork, and you can install it in this way.
FYI: I encounter same problem, and I fixed it in my fork, and you can install it in this way.
Thank you!
Fixed since 0.3.2
.
On February 6th a new version of Werkzeug was released: https://pypi.org/project/Werkzeug/#history It introduces a breaking API change which results in a crash.
Expected Behavior
Proper version of Werkzeug should be installed.
I think
flask-session
should use fixed version offlask
- I reported the problem here https://github.com/pallets/flask/issues/3490Actual Behavior
Flask application can't be tested.
Environment