You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add type annotations for the `SSL` module
Instead of relying on the third-party `types-pyOpenSSL` package, provide
our own type annotations. This will ensure `pyOpenSSL` users always have
type annotations which matches their version.
* Replace `py.typed` by an empty file
0 commit comments