django-dbtemplates icon indicating copy to clipboard operation
django-dbtemplates copied to clipboard

New release?

Open livenson opened this issue 8 months ago • 2 comments

Thank you for a great library!

Last tagged release was quite a long time ago, do you have plans to release a new one?

livenson avatar Aug 15 '25 08:08 livenson

My concern with the old tag is this deprecation warning, which has been fixed in git head:

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.

kostrom avatar Oct 01 '25 19:10 kostrom

+1 for a new release.

We're encountering the pkg_resources deprecation warning in production:

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.

This was fixed in #143 (commit ac740e0, merged Feb 2025) by replacing pkg_resources with importlib.metadata, but hasn't been released to PyPI yet.

With the setuptools removal deadline approaching (2025-11-30), a new release would be very helpful. Thank you for maintaining this library!

NathanSmeltzer avatar Dec 15 '25 12:12 NathanSmeltzer