Skip to content

Commit 240b169

Browse files
authored
Merge branch 'main' into issue4467
2 parents c4a6925 + b85775c commit 240b169

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
to crash at shutdown with a max recursion error ([#4586](https://github.com/open-telemetry/opentelemetry-python/pull/4586)).
1919
- Configurable max retry timeout for grpc exporter
2020
([#4333](https://github.com/open-telemetry/opentelemetry-python/pull/4333))
21+
- opentelemetry-api: allow importlib-metadata 8.7.0
22+
([#4593](https://github.com/open-telemetry/opentelemetry-python/pull/4593))
2123

2224
## Version 1.33.0/0.54b0 (2025-05-09)
2325

opentelemetry-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"typing-extensions >= 4.5.0",
3131
# FIXME This should be able to be removed after 3.12 is released if there is a reliable API
3232
# in importlib.metadata.
33-
"importlib-metadata >= 6.0, < 8.7.0",
33+
"importlib-metadata >= 6.0, < 8.8.0",
3434
]
3535
dynamic = [
3636
"version",

opentelemetry-api/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asgiref==3.7.2
22
importlib-metadata==8.5.0 ; python_version < "3.9"
3-
importlib-metadata==8.6.1 ; python_version >= "3.9"
3+
importlib-metadata==8.7.0 ; python_version >= "3.9"
44
iniconfig==2.0.0
55
packaging==24.0
66
pluggy==1.5.0

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)