pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

Fix depends itsdangerous>=0.24 #90

Closed loukash closed 1 year ago

loukash commented 6 years ago

Fixed #89

davidism commented 6 years ago

itsdangerous 1.1.0 was just released and contains a fix for this. Flask-Session should still be fixed so it doesn't rely on this, but it won't fail for now.