-
Notifications
You must be signed in to change notification settings - Fork 56
treewide: upgrade to cryptography 38 #199
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
Conversation
This brings a couple of new (and much-needed) SCT APIs, allowing us to remove a variety of nasty unpacking hacks. Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
This should also close #142, correct? |
Yep! I'll update the top comment to auto-close that as well. |
Typechecks are snarled because of some obsolete dependencies in typeshed: python/typeshed#8699 |
I'd be OK with temporarily ignoring these typecheck failures in the interest of getting this release out. |
Sounds good. I think the |
…arily Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
This was already an implicit constraint; this change merely corrects the type hints. Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Should be good to go, modulo feedback on #199 (comment). |
This brings a couple of new (and much-needed) SCT APIs, allowing us to remove a variety of nasty unpacking hacks.
Signed-off-by: William Woodruff [email protected]
Closes #195.
Closes #142.