Skip to content

Commit 7f22e0c

Browse files
committed
Change importlib-metadata requirement specification
This is functionally equivalent to the previous state but it works around a bug in pypi. Fixes open-telemetry#3382
1 parent c9277ff commit 7f22e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"Deprecated >= 1.2.6",
2929
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
3030
# in importlib.metadata.
31-
"importlib-metadata ~= 6.0",
31+
"importlib-metadata >= 6.0",
3232
]
3333
dynamic = [
3434
"version",

0 commit comments

Comments
 (0)