mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Typeshed's stubs for `paramiko` and `pyOpenSSL` now depend on the `cryptography` package, which now provides inline types at runtime
4 lines
115 B
TOML
4 lines
115 B
TOML
version = "23.0.*"
|
|
# Requires a version of cryptography with a `py.typed` file
|
|
requires = ["cryptography>=35.0.0"]
|