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 9b713db commit fccd958Copy full SHA for fccd958
opentelemetry-api/pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"Deprecated >= 1.2.6",
29
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
30
# in importlib.metadata.
31
- "importlib-metadata ~= 6.0",
+ "importlib-metadata >= 6.0",
32
]
33
dynamic = [
34
"version",
0 commit comments