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 a3bfef9 commit 9c28cdfCopy full SHA for 9c28cdf
newsfragments/3085.feature.1.rst
@@ -0,0 +1 @@
1
+Set a deadline for the removal of pkg_resources later this year (December).
pkg_resources/__init__.py
@@ -97,8 +97,11 @@
97
98
warnings.warn(
99
"pkg_resources is deprecated as an API. "
100
- "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
101
- DeprecationWarning,
+ "See https://setuptools.pypa.io/en/latest/pkg_resources.html. "
+ "The pkg_resources package is slated for removal as early as "
102
+ "2025-11-30. Refrain from using this package or pin to "
103
+ "Setuptools<81.",
104
+ UserWarning,
105
stacklevel=2,
106
)
107
0 commit comments