Griffe extension that recognizes @warnings.deprecated decorator (PEP 702) and marks objects as deprecated. Current version 1.1.1, requires Python >=3.10. Compatible with mkdocstrings.
pip install griffe-warnings-deprecatedVerified import paths — ran on the pinned version, not inferred.
Load a package with the extension to detect deprecated objects.
from griffe_warnings_deprecated import WarningsDeprecatedExtension instead of from griffe_warnings_deprecated.extension import ...
Update your requirements to depend on griffelib instead of griffe, or remove direct griffe pin.
pip install griffelib or update environment to use griffelib.
pip install griffe-warnings-deprecated
No dependency data recorded yet.