File tree 1 file changed +1
-9
lines changed
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"
3
3
# Requires a version of cryptography with a `py.typed` file
4
4
requires = [" cryptography>=35.0.0" , " types-pyOpenSSL" ]
5
5
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
15
7
16
8
[tool .stubtest ]
17
9
ignore_missing_stub = true
You can’t perform that action at this time.
0 commit comments