singingwolfboy / flask-dance

Doing the OAuth dance with style using Flask, requests, and oauthlib.
https://pypi.python.org/pypi/Flask-Dance/
MIT License
1.01k stars 158 forks source link

Update flask-dance to work with newer versions of werkzeug #425

Closed juliangilbey closed 10 months ago

juliangilbey commented 10 months ago

Hi! We've upgraded werkzeug to version 2.3.8 in Debian (and are planning to upgrade to version 3.0.x in the near future). Unfortunately flask-dance fails with these newer versions (at least, the test suite throws multiple errors). Is there any chance of updating flask-dance to handle the new werkzeug? Thanks!

juliangilbey commented 10 months ago

Oh wow, thank you so much!!