You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions.
It might be good to drop EOLed Python versions at the same time.
Whenever this issue is resolved, then I can remove the setuptools requirement in this PR: plone/plone.restapi#1815.
The text was updated successfully, but these errors were encountered:
From https://setuptools.pypa.io/en/latest/pkg_resources.html
Caution
Use of
pkg_resources
is deprecated in favor ofimportlib.resources
,importlib.metadata
and their backports (importlib_resources
,importlib_metadata
). Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage ofpkg_resources
and should work to port to importlib-based solutions.It might be good to drop EOLed Python versions at the same time.
Whenever this issue is resolved, then I can remove the
setuptools
requirement in this PR: plone/plone.restapi#1815.The text was updated successfully, but these errors were encountered: