Commit e69cc1d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments