-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility issues with werkzeug 1.0 #112
Comments
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. |
Thank you! |
Fixed since |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pallets/flask#3490Actual Behavior
Flask application can't be tested.
Environment
The text was updated successfully, but these errors were encountered: