You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importlib_metadata package removed deprecated entry_point interfaces on
version 5.0.0 [1] , and this change impacts celery >= 5.2.7 [2] running
with python 3.7.X (it doesn't impact >= 3.8). For this reason, we
control celery and importlib_metadata versions on python 3.7
environments.
[1] python/importlib_metadata#405
[2] celery/celery#7783
Signed-off-by: Paulo Vital <[email protected]>
# TODO: Remove this when the fix is available in non beta
6
-
# We have to use a beta version of kombu on Python 3.7
7
-
# because only that fixes "AttributeError: 'EntryPoints' object has no attribute 'get'"
8
-
# that we have in the CI: https://app.circleci.com/pipelines/github/instana/python-sensor/1372/workflows/90878561-aada-49f8-8a1b-78562aa05aab/jobs/7478
9
-
# the issue: https://github.com/celery/kombu/issues/1600
10
-
# the PR: https://github.com/celery/kombu/pull/1601/files
11
-
# the release notes: https://github.com/celery/kombu/releases/tag/v5.3.0b2
0 commit comments