New release?
Thank you for a great library!
Last tagged release was quite a long time ago, do you have plans to release a new one?
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.
+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!