diff --git a/instrumentation/opentelemetry-instrumentation-celery/pyproject.toml b/instrumentation/opentelemetry-instrumentation-celery/pyproject.toml index 4257fd6c3b..f045571f00 100644 --- a/instrumentation/opentelemetry-instrumentation-celery/pyproject.toml +++ b/instrumentation/opentelemetry-instrumentation-celery/pyproject.toml @@ -36,6 +36,7 @@ instruments = [ test = [ "opentelemetry-instrumentation-celery[instruments]", "opentelemetry-test-utils == 0.34b0", + "importlib-metadata==4.13.0", "pytest", ]