python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

Deprecation warning with Werkzeug==0.16.0 #159

Closed paxet closed 4 years ago

paxet commented 4 years ago

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.

davidism commented 4 years ago

Duplicate of #157

paxet commented 4 years ago

Good job, I didn't notice as it's a closed issue and the fix not merged to master yet :(

davidism commented 4 years ago

It is merged into dev. They will make a release when they can. This can be closed.

TkTech commented 4 years ago

There will be a non-breaking release this weekend with a number of bugfixes.