Skip to content

Commit

Permalink
opentelemetry-api: allow importlib-metadata 7.2.1 (#3994)
Browse files Browse the repository at this point in the history
Co-authored-by: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 27, 2024
1 parent f1bebff commit 746f7f5
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 @@ -29,7 +29,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.1",
"importlib-metadata >= 6.0, <= 7.2.1",
]
dynamic = [
"version",
Expand Down

0 comments on commit 746f7f5

Please sign in to comment.