We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487e331 commit b628a3fCopy full SHA for b628a3f
stubs/redis/METADATA.toml
@@ -3,7 +3,10 @@ upstream_repository = "https://github.com/redis/redis-py"
3
# Requires a version of cryptography with a `py.typed` file
4
requires = ["cryptography>=35.0.0", "types-pyOpenSSL"]
5
partial_stub = true
6
-obsolete_since = "5.0.0" # Released on 2023-08-15
+# 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
11
[tool.stubtest]
12
ignore_missing_stub = true
0 commit comments