Skip to content

pkg_resources deprecation #57

@nferrari

Description

@nferrari

Hi,

I'm currently using Python 3.11.14. Deprecation warning comes as follow:

.venv/lib/python3.11/site-packages/libcomxml/__init__.py:6: 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.
  __version__ = __import__('pkg_resources') \

Is it possible to have an update? importlib.metadata seems to be the proper way to do.

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions