Skip to content

Commit

Permalink
opentelemetry-api: support up to importlib-metadata 8.5.0
Browse files Browse the repository at this point in the history
Need to bump zipp too.
  • Loading branch information
xrmx committed Sep 30, 2024
1 parent cafd7f2 commit 74a8ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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, <= 8.4.0",
"importlib-metadata >= 6.0, <= 8.5.0",
]
dynamic = [
"version",
Expand Down
4 changes: 2 additions & 2 deletions opentelemetry-api/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.7.2
Deprecated==1.2.14
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
Expand All @@ -9,7 +9,7 @@ pytest==7.4.4
tomli==2.0.1
typing_extensions==4.10.0
wrapt==1.16.0
zipp==3.19.2
zipp==3.20.2
-e opentelemetry-sdk
-e opentelemetry-semantic-conventions
-e tests/opentelemetry-test-utils
Expand Down

0 comments on commit 74a8ea9

Please sign in to comment.