-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
Render fails because recent version of Werkzeug has removed escape() method from utils #1474
Comments
appears to be fixed by #1473 |
Ah, should have tried with the dev version... Thanks! And sorry for the unnecessary bug report. 😊 |
it's ok, the pull request is not merged yet anyway. |
this should be now fixed |
I'm trying to pull off a project with Eve, but I the last version installed still has this issue (Eve = "^1.1.5"): Which version do I install to get Eve working correctly today? |
Hi, you should wait for v2 release, or use the current |
The render fails with recent versions (2.1.x) of Werkzeug as they have removed the escape method from utils module.
Here's their change commit:
pallets/werkzeug@22d1e9a
Usage of escape() in Eve:
render.py, method xml_add_links():
chunk % (rel, utils.escape(d["href"]), utils.escape(d["title"]))
Environment
The text was updated successfully, but these errors were encountered: