Skip to content

Commit

Permalink
pin importlib for earlier versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc-pace authored Sep 25, 2023
1 parent 7548f17 commit c7199e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"opentelemetry-api",
"opentelemetry-instrumentation",
"opentelemetry-instrumentation-wsgi",
"importlib-metadata<=4.13.0", # Temporary pin,
# remove when https://github.com/celery/kombu/pull/1601
# is in the most recent version of kombu
"importlib-metadata<5 ; python_version<='3.7'",
],
extras_require={
"dev": list(PACKAGE_INFO["_instruments"])
Expand Down

0 comments on commit c7199e6

Please sign in to comment.