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 48dd62f commit 9667314Copy full SHA for 9667314
opentelemetry-api/test-requirements.txt
@@ -1,6 +1,7 @@
1
asgiref==3.7.2
2
Deprecated==1.2.14
3
-importlib-metadata==8.6.1
+importlib-metadata==8.5.0 ; python_version < "3.9"
4
+importlib-metadata==8.6.1 ; python_version >= "3.9"
5
iniconfig==2.0.0
6
packaging==24.0
7
pluggy==1.5.0
0 commit comments