Remove pinned version importlib-metadata (#1725)

This commit is contained in:
Srikanth Chekuri 2023-03-22 03:06:19 +05:30 committed by GitHub
parent 2629c12161
commit 1f67dcfeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ instruments = [
test = [
"opentelemetry-instrumentation-celery[instruments]",
"opentelemetry-test-utils == 0.38b0.dev",
"importlib-metadata==4.13.0",
"pytest",
]