PyJWT v1.4.1 Release Notes

  • 🛠 Fixed

    
    - ✅  Newer versions of Pytest could not detect warnings properly
       `#182 <https://github.com/jpadilla/pyjwt/pull/182>`__
    -  Non-string 'kid' value now raises ``InvalidTokenError``
       `#174 <https://github.com/jpadilla/pyjwt/pull/174>`__
    -  ``jwt.decode(None)`` now gracefully fails with ``InvalidTokenError``
       `#183 <https://github.com/jpadilla/pyjwt/pull/183>`__