Deprecation warning with Werkzeug==0.16.0
paxet opened this issue · 4 comments
paxet commented
I've updated werkzeug to its last release in a project and now I can see:
DeprecationWarning: The import 'werkzeug.ImmutableDict' is deprecated and will be removed in Werkzeug 1.0. Use 'from werkzeug.datastructures import ImmutableDict' instead.
from werkzeug import ImmutableDict
There is no hurry for the update, but must be considered.
paxet commented
Good job, I didn't notice as it's a closed issue and the fix not merged to master yet :(
davidism commented
It is merged into dev. They will make a release when they can. This can be closed.
TkTech commented
There will be a non-breaking release this weekend with a number of bugfixes.