Skip to content

Commit b628a3f

Browse files
committed
[redis] Don't recommend uninstalling types-redis
Cf. python#10592
1 parent 487e331 commit b628a3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stubs/redis/METADATA.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ upstream_repository = "https://github.com/redis/redis-py"
33
# Requires a version of cryptography with a `py.typed` file
44
requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]
55
partial_stub = true
6-
obsolete_since = "5.0.0" # Released on 2023-08-15
6+
# While upstream added a py.typed file, the upstream annotations are rather
7+
# incomplete. By using "obsolete_since" we recommend deinstalling this
8+
# package, which isn't the best idea at the moment.
9+
# obsolete_since = "5.0.0" # Released on 2023-08-15
710

811
[tool.stubtest]
912
ignore_missing_stub = true

0 commit comments

Comments
 (0)