We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548f17 commit c7199e6Copy full SHA for c7199e6
setup.py
@@ -30,9 +30,7 @@
30
"opentelemetry-api",
31
"opentelemetry-instrumentation",
32
"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
+ "importlib-metadata<5 ; python_version<='3.7'",
36
],
37
extras_require={
38
"dev": list(PACKAGE_INFO["_instruments"])
0 commit comments