kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
575 stars 127 forks source link

Pin werkzeug to fix CI #278

Closed edhaz closed 2 years ago

edhaz commented 2 years ago

Pin werkzeug to 2.1.2 to enable compatibility with the latest flask-login.

This should remove the errors on CI.

Flask-login issue here: https://github.com/maxcountryman/flask-login/issues/686

davidism commented 2 years ago

Flask-Login 0.6.2 was released.