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.
|
m-aciek
commented
Oct 30, 2020
Hi @blag, could you review and merge the change? It looks like new version of ecdsa gives some performance boost. |
Colin-b
commented
Nov 18, 2020
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. |
blag
commented
Nov 19, 2020
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: |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: blag <blag@users.noreply.github.com>
blag
commented
Nov 23, 2020
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.