File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
44requires = [" cryptography>=35.0.0" , " types-pyOpenSSL" ]
55partial_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 ]
179ignore_missing_stub = true
You can’t perform that action at this time.
0 commit comments