Skip to content

Commit 1309ae6

Browse files
committed
Mark redis as obsolete
Cf. python#10592
1 parent 0b1d358 commit 1309ae6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

stubs/redis/METADATA.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@ 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-
# 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
10-
extra_description = """\
11-
Note: Redis-py 5.0.0 added a py.typed file, but the inline annotations \
12-
are incomplete. Continuing to use `types-redis` for the time being may \
13-
lead to superior results.\
14-
"""
6+
obsolete_since = "5.0.0" # Released on 2023-08-15, marked obsolete 2024-07-25
157

168
[tool.stubtest]
179
ignore_missing_stub = true

0 commit comments

Comments
 (0)