Skip to content

Commit

Permalink
Change importlib-metadata requirement specification (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Aug 17, 2023
1 parent 9b713db commit fccd958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"Deprecated >= 1.2.6",
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
# in importlib.metadata.
"importlib-metadata ~= 6.0",
"importlib-metadata >= 6.0",
]
dynamic = [
"version",
Expand Down

0 comments on commit fccd958

Please sign in to comment.