Skip to content

Fix werkzeug deprecation warning#160

Closed
maxnoe wants to merge 1 commit into
python-babel:masterfrom
maxnoe:werkzeug_deprecation
Closed

Fix werkzeug deprecation warning#160
maxnoe wants to merge 1 commit into
python-babel:masterfrom
maxnoe:werkzeug_deprecation

Conversation

@maxnoe

@maxnoe maxnoe commented Nov 18, 2019

Copy link
Copy Markdown

Fix for

 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

@davidism

Copy link
Copy Markdown
Contributor

This exact fix was already merged in #158, I'm not sure how you managed to recreate it.

@davidism

Copy link
Copy Markdown
Contributor

Ah, you're looking at master, but the correct branch is dev, I guess it hasn't been synced in a while.

@infothrill

infothrill commented Feb 6, 2020

Copy link
Copy Markdown

any chance to get this fix released? The newest version of werkzeug (1.0.0rc1) has moved on and the current version of Flask-Babel (0.12.2) uses the now disfunct import. thx!

@TkTech TkTech closed this Feb 6, 2020
@TkTech

TkTech commented Feb 6, 2020

Copy link
Copy Markdown
Contributor

Release v1.0.0 went out today and is available on pypi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants