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.
typing_extensions
1 parent f21923b commit 7a5eb7cCopy full SHA for 7a5eb7c
src/griffe_warnings_deprecated/extension.py
@@ -10,7 +10,7 @@
10
self_namespace = "griffe_warnings_deprecated"
11
mkdocstrings_namespace = "mkdocstrings"
12
13
-_decorators = {"warnings.deprecated"}
+_decorators = {"warnings.deprecated", "typing_extensions.deprecated"}
14
15
16
def _deprecated(obj: Class | Function) -> str | None:
0 commit comments