open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

opentelemetry-api: allow importlib-metadata 7.2.1 #3994

Closed xrmx closed 2 days ago

xrmx commented 5 days ago

Description

Tested that tox -e py310-test-opentelemetry-api works fine with:

--- a/opentelemetry-api/test-requirements.txt
+++ b/opentelemetry-api/test-requirements.txt
@@ -1,7 +1,7 @@
 asgiref==3.7.2
 Deprecated==1.2.14
 flaky==3.7.0
-importlib-metadata==6.11.0
+importlib-metadata==7.2.1
 iniconfig==2.0.0
 packaging==24.0
 pluggy==1.5.0

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Does This PR Require a Contrib Repo Change?

Checklist: