Skip to content

Commit

Permalink
Add upper bound for importlib-metadata dependency (#3406)
Browse files Browse the repository at this point in the history
Fixes #3405
  • Loading branch information
ocelotl committed Aug 17, 2023
1 parent 8e81bbf commit d8490c5
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, < 7.0",
]
dynamic = [
"version",
Expand Down

0 comments on commit d8490c5

Please sign in to comment.