PyGitUp icon indicating copy to clipboard operation
PyGitUp copied to clipboard

Python warning `pkg_resources is deprecated`

Open andrey-ivlev-qs opened this issue 7 months ago • 3 comments

Warning when running git up

/opt/homebrew/Cellar/pygitup/2.3.0/libexec/lib/python3.12/site-packages/PyGitUp/gitup.py:27: 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 as pkg

andrey-ivlev-qs avatar May 27 '25 09:05 andrey-ivlev-qs