Files
typeshed/stubs/redis/METADATA.toml
2023-08-16 09:34:55 +02:00

11 lines
323 B
TOML

version = "4.6.0"
upstream_repository = "https://github.com/redis/redis-py"
# Requires a version of cryptography with a `py.typed` file
requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]
partial_stub = true
obsolete_since = "5.0.0" # Released on 2023-08-15
[tool.stubtest]
ignore_missing_stub = true
extras = ["ocsp"]