Skip to content

Commit

Permalink
Update pyproject.toml (#3576)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
fritzpaz and ocelotl authored Mar 14, 2024
1 parent 1ce38b5 commit 190f3cc
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 @@ -27,7 +27,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, < 7.0",
"importlib-metadata >= 6.0, <= 7.0",
]
dynamic = [
"version",
Expand Down

0 comments on commit 190f3cc

Please sign in to comment.