Skip to content

Commit b85775c

Browse files
authored
opentelemetry-api: allow importlib-metadata 8.7.0 (#4593)
* opentelemetry-api: allow importlib-metadata 8.7.0 * Add CHANGELOG
1 parent 595d608 commit b85775c

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
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
to crash at shutdown with a max recursion error ([#4586](https://github.com/open-telemetry/opentelemetry-python/pull/4586)).
1717
- Configurable max retry timeout for grpc exporter
1818
([#4333](https://github.com/open-telemetry/opentelemetry-python/pull/4333))
19+
- opentelemetry-api: allow importlib-metadata 8.7.0
20+
([#4593](https://github.com/open-telemetry/opentelemetry-python/pull/4593))
1921

2022
## Version 1.33.0/0.54b0 (2025-05-09)
2123

opentelemetry-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"Deprecated >= 1.2.6",
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,7 +1,7 @@
11
asgiref==3.7.2
22
Deprecated==1.2.14
33
importlib-metadata==8.5.0 ; python_version < "3.9"
4-
importlib-metadata==8.6.1 ; python_version >= "3.9"
4+
importlib-metadata==8.7.0 ; python_version >= "3.9"
55
iniconfig==2.0.0
66
packaging==24.0
77
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)