django-select2-forms icon indicating copy to clipboard operation
django-select2-forms copied to clipboard

Deprecated `import pkg_resources`

Open matheusschreiber opened this issue 8 months ago • 0 comments

Currently, this warning pops up when using this lib

myuser/venv/lib/python3.10/site-packages/select2/__init__.py:1: 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.
  import pkg_resources

This warning does not impeeds the use but its annoying

matheusschreiber avatar Jun 04 '25 16:06 matheusschreiber