Skip to content

Commit c7199e6

Browse files
pin importlib for earlier versions of python
1 parent 7548f17 commit c7199e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
"opentelemetry-api",
3131
"opentelemetry-instrumentation",
3232
"opentelemetry-instrumentation-wsgi",
33-
"importlib-metadata<=4.13.0", # Temporary pin,
34-
# remove when https://github.com/celery/kombu/pull/1601
35-
# is in the most recent version of kombu
33+
"importlib-metadata<5 ; python_version<='3.7'",
3634
],
3735
extras_require={
3836
"dev": list(PACKAGE_INFO["_instruments"])

0 commit comments

Comments
 (0)