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,
Hi,
I'm currently using Python 3.11.14. Deprecation warning comes as follow:
Is it possible to have an update?
importlib.metadataseems to be the proper way to do.Regards,