Skip to content

Commit e69cc1d

Browse files
committed
fix(deps): expand OpenTelemetry upper bound to 1.43.0
Expand the opentelemetry-api and opentelemetry-sdk upper bound from <=1.42.1 to <=1.43.0 so downstream projects (e.g. ZenML 0.96.2 which requires opentelemetry-sdk==1.43.0) can resolve dependencies without conflicts. The expansion is narrow (one release) and preserves the existing lower bound. ADK's full telemetry test suite passes with 1.43.0 — verified locally: 275 passed, 2 pre-existing Windows-only failures unrelated to this change (resource module / instrumentation platform check). Fixes #6421 Drafted with AI assistance, reviewed and tested by me before submission.
1 parent be5828f commit e69cc1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies = [
4040
"graphviz>=0.20.2,<1",
4141
"httpx>=0.27,<1",
4242
"jsonschema>=4.23,<5",
43-
"opentelemetry-api>=1.39,<=1.42.1",
44-
"opentelemetry-sdk>=1.39,<=1.42.1",
43+
"opentelemetry-api>=1.39,<=1.43.0",
44+
"opentelemetry-sdk>=1.39,<=1.43.0",
4545
"packaging>=21",
4646
"pydantic>=2.12,<3",
4747
"python-dotenv>=1,<2",

0 commit comments

Comments
 (0)