Registry / devops / griffe-warnings-deprecated

griffe-warnings-deprecated

JSON →
library1.1.1pypypi✓ verified 84d ago

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-deprecated
INSTALL
IMPORT
SIG · GRIFFE-WARNINGS-DE
G
griffe-warnings-deprecated
devopspythonv1.1.1
Install
1.7s avg
Import
225ms
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.1.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.234s · 19.1MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.7s · import 0.216s · 20MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WarningsDeprecatedExtension
from griffe_warnings_deprecated import WarningsDeprecatedExtension

Load a package with the extension to detect deprecated objects.

import griffe from griffe_warnings_deprecated import WarningsDeprecatedExtension loader = griffe.load( packages=["mypackage"], extensions=[WarningsDeprecatedExtension()] )
Debug
Known issues
gotchaThe extension submodule is deprecated in 1.1.1; use top-level import directly.
fix
from griffe_warnings_deprecated import WarningsDeprecatedExtension instead of from griffe_warnings_deprecated.extension import ...
affects: >=1.1.1
deprecatedDependency changed from 'griffe' to 'griffelib' in v1.1.1. Projects pinning griffe may conflict.
fix
Update your requirements to depend on griffelib instead of griffe, or remove direct griffe pin.
affects: >=1.1.1
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'griffelib'
Older projects depend on 'griffe' but v1.1.1 requires 'griffelib'.
fix
pip install griffelib or update environment to use griffelib.
No module named 'griffe_warnings_deprecated'
Package not installed.
fix
pip install griffe-warnings-deprecated
Upgrade
Version history
1.1.1latest on PyPI · released Feb 20, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
griffe-warnings-deprecated — pip install griffe-warnings-deprecated · libregistry