itsdangerous v2.1.0 Release Notes

  • ๐Ÿš€ Released 2022-02-17

    • ๐Ÿ‘ Drop support for Python 3.6. :pr:272
    • ๐Ÿšš Remove previously deprecated code. :pr:273

      • JWS functionality: Use a dedicated library such as Authlib instead.
      • import itsdangerous.json: Import json from the standard library instead.