Flask Login Versions Save

Flask user session management.

0.6.3

6 months ago

This fixes compatibility with Flask 3 and Werkzeug 3.

0.6.0

2 years ago

This release sets new minimum versions of Python, Flask, and Werkzeug, and fixes compatibility with the latest versions of those.

  • Python >= 3.7
  • Flask >= 1.0.4, this will be bumped to reflect the latest supported release (2.1) in the future
  • Werkzeug >= 1.0.1, this will be bumped to reflect the latest supported release (2.1) in the future