Files
typeshed/stubs/pyOpenSSL/METADATA.toml
Sebastian Rittau 8664482849 Bump OpenSSL to 24.1.* (#11816)
Mark a few classes and functions as deprecated

Closes: #11812
2024-04-24 07:58:52 -07:00

9 lines
251 B
TOML

version = "24.1.*"
upstream_repository = "https://github.com/pyca/pyopenssl"
# Requires a version of cryptography with a `py.typed` file
requires = ["cryptography>=35.0.0", "types-cffi"]
partial_stub = true
[tool.stubtest]
ignore_missing_stub = true