Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Update pyjwt to 1.5.2 #964

Merged
merged 1 commit into from
Jun 23, 2017
Merged

Conversation

pyup-bot
Copy link
Contributor

There's a new version of PyJWT available.
You are currently using 1.5.0. I have updated it to 1.5.2

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.5.2

1.5.01.5.0


Changed

  • Add support for ECDSA public keys in RFC 4253 (OpenSSH) format 244
  • Renamed commandline script jwt to jwt-cli to avoid issues with the script clobbering the jwt module in some circumstances. 187
  • Better error messages when using an algorithm that requires the cryptography package, but it isn't available 230
  • Tokens with future 'iat' values are no longer rejected 190
  • Non-numeric 'iat' values now raise InvalidIssuedAtError instead of DecodeError
  • Remove rejection of future 'iat' claims 252

Fixed

  • Add back 'ES512' for backward compatibility (for now) 225
  • Fix incorrectly named ECDSA algorithm 219
  • Fix rpm build 196

Added

  • Add JWK support for HMAC and RSA keys 202

1.5.1

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request Jun 22, 2017
Copy link
Contributor

@stephendonner stephendonner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephendonner stephendonner merged commit de69b34 into master Jun 23, 2017
@stephendonner stephendonner deleted the pyup-update-pyjwt-1.5.0-to-1.5.2 branch June 23, 2017 09:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants