Skip to content

Commit 8fb8a4a

Browse files
authored
Mark redis as obsolete (#12426)
1 parent ddb9163 commit 8fb8a4a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

stubs/redis/METADATA.toml

+1-9
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)