You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the EnvironHeaders class of werkzeug (and probably the base class Headers too) is not compatible with Mapping, however it looks like it should be compatible (it implements all needed methods, and functions like one).