Open ldng opened 2 months ago
This looks fixed in https://github.com/jazzband/django-polymorphic/pull/541 but it requires either a new release, which looks challenging based on https://github.com/jazzband/django-polymorphic/releases or using the repo directly.
@beahues The pypi invite I'd sent was expired. With the recent attempt it looks like a release is now possible. the jazzband pypi user has access now.
Are there any releases planned?
It seems the project is depending implicitly on setuptools at runtime. Systematic presence of setuptools should not be assumed; especially now since uv is eating pypa's lunch. Could that dependency at least be made explicit ? Or, even better, drop pkg_resources to not depend on setuptools at all (at least runtime wise).
Thanks