maxcountryman/flask-login

cannot import name 'url_decode' from 'werkzeug.urls'

Closed this issue · 1 comments

Describe the bug
import flask_login fails with ImportError: cannot import name 'url_decode' from 'werkzeug.urls' after latest werkzeug update.

In -> https://github.com/pallets/werkzeug/blob/2.3.x/src/werkzeug/urls.py -> contains the deffinition for url_decode.
In -> https://github.com/pallets/werkzeug/blob/3.0.x/src/werkzeug/urls.py -> url_decode does not exist anymore.

Duplicate of #744, fixed by #746. A volunteer maintainer will work on making a release when they have time available.