-
Notifications
You must be signed in to change notification settings - Fork 256
Unpin ecdsa #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpin ecdsa #192
Conversation
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
=======================================
Coverage 93.51% 93.51%
=======================================
Files 16 16
Lines 1728 1728
=======================================
Hits 1616 1616
Misses 112 112 Continue to review full report at Codecov.
|
|
Hi @blag, could you review and merge the change? It looks like new version of ecdsa gives some performance boost. |
|
Hello maintainers, can you have a look at this? the new pip resolver will prevent usage of ecdsa 0.16 even if it can be used with python-jose. |
|
NAK. Just because the most recent version of ecdsa works for us doesn't mean that 0.15 won't mess things up somehow. We still need to blacklist ecdsa 0.15: |
Co-authored-by: blag <[email protected]>
|
Thanks! |
The previous pull request mpdavis#192 only changed the pin in requirements.txt and not in setup.py, so the ecdsa<0.15 restriction would actually be used by pip.
There is a newer version of ecdsa
0.16.0. We can unpin version, because all of tests passed.