Skip to content

Replacing pkg_resources by importlib - #182

Open
charlesdrehmer wants to merge 1 commit into
slimta:mainfrom
charlesdrehmer:fix/remove-pkg-resources
Open

Replacing pkg_resources by importlib#182
charlesdrehmer wants to merge 1 commit into
slimta:mainfrom
charlesdrehmer:fix/remove-pkg-resources

Conversation

@charlesdrehmer

Copy link
Copy Markdown

Lib pkg_resources is deprecated and must be replaced, as stated in this warning:

UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.

modified: init.py

Lib pkg_resources is deprecated and must be replaced, as stated in this warning:
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
modified: __init__.py
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@charlesdrehmer