mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Release: https://pypi.org/pypi/pyOpenSSL/24.2.1 Homepage: https://pyopenssl.org/ Repository: https://github.com/pyca/pyopenssl Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/pyOpenSSL Diff: https://github.com/pyca/pyopenssl/compare/24.1.0...24.2.1
10 lines
302 B
TOML
10 lines
302 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
|
|
obsolete_since = "24.2.1" # Released on 2024-07-20
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|