PyJWT v1.5.3 Release Notes

Release Date: 2017-09-05 // over 6 years ago
  • ๐Ÿ”„ Changed

    
    - ๐Ÿ“ฆ  Increase required version of the cryptography package to >=1.4.0.
    
    ๐Ÿ›  Fixed
    ~~~~~
    
    - ๐Ÿ“ฆ  Remove uses of deprecated functions from the cryptography package.
    -  Warn about missing ``algorithms`` param to ``decode()`` only when
       ``verify`` param is ``True``
       `#281 <https://github.com/jpadilla/pyjwt/pull/281>`__