mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/redis/4.5.3 Homepage: https://github.com/redis/redis-py Changelog: https://github.com/redis/redis-py/releases Diff: https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 2 files included in typeshed's stubs have been modified or renamed: `redis/asyncio/client.py`, `redis/asyncio/cluster.py`. - Total lines of Python code added: 58. - Total lines of Python code deleted: 6.
8 lines
195 B
TOML
8 lines
195 B
TOML
version = "4.5.3"
|
|
# Requires a version of cryptography with a `py.typed` file
|
|
requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|
|
extras = ["ocsp"]
|