Closed mweinelt closed 1 year ago
helpers.py and core.py need to use werkzeug.datastructures.Authorization.from_header( ). Should work for werkzeug 2.3+.
I have a tentative fix if a PR will be considered.
I have a tentative fix if a PR will be considered.
I'm sure it will, please make one.
This is a heads-up that werkzeug 3.0 was released a few hours ago and httpbin fails on import.
Looks like the relevant change is in here: https://github.com/pallets/werkzeug/pull/2619