Skip to content

Commit 6514fa6

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 4cee97f commit 6514fa6

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
@@ -41,8 +41,8 @@ dependencies = [
4141
"graphviz>=0.20.2,<1",
4242
"httpx>=0.27,<1",
4343
"jsonschema>=4.23,<5",
44-
"opentelemetry-api>=1.39,<=1.42.1",
45-
"opentelemetry-sdk>=1.39,<=1.42.1",
44+
"opentelemetry-api>=1.39,<=1.43.0",
45+
"opentelemetry-sdk>=1.39,<=1.43.0",
4646
"packaging>=21",
4747
"pydantic>=2.12,<3",
4848
"python-dotenv>=1,<2",

0 commit comments

Comments
 (0)