Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
emdneto authored Feb 21, 2025
2 parents f354a96 + 6003350 commit b039b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.5.0",
"importlib-metadata >= 6.0, < 8.7.0",
]
dynamic = [
"version",
Expand Down
3 changes: 2 additions & 1 deletion opentelemetry-api/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
asgiref==3.7.2
Deprecated==1.2.14
importlib-metadata==8.5.0
importlib-metadata==8.5.0 ; python_version < "3.9"
importlib-metadata==8.6.1 ; python_version >= "3.9"
iniconfig==2.0.0
packaging==24.0
pluggy==1.5.0
Expand Down

0 comments on commit b039b72

Please sign in to comment.