TkTech / celery-heimdall

Helpful celery task queue extensions.
MIT License
26 stars 4 forks source link

Remove unused importlib-metadata dependency #11

Closed eleanorRumsey closed 5 months ago

eleanorRumsey commented 5 months ago

Hey! We're using this package here at Fellow, but there's a dependency conflict in importlib-metadata with another package (opentelemetry-api). It doesn't seem like importlib-metadata is actually used anywhere here, would it be possible to remove it?

https://github.com/TkTech/celery-heimdall/blob/b6709f636b77079e396bd704317f925f9b407381/pyproject.toml#L17

TkTech commented 5 months ago

Hi! This was to work around this specific issue: https://github.com/python/importlib_metadata/issues/411, which universally broke importing celery. Since this is no longer needed, the pin can be removed. I'll push 1.0.1 shortly.