singingwolfboy / flask-dance

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

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

Closed juliangilbey closed 9 months ago

juliangilbey commented 9 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 9 months ago

Oh wow, thank you so much!!