Commit ad42ce9
fix: pin opentelemetry-sdk==1.40.0 to match opentelemetry-api
opentelemetry-sdk 1.41.1 strictly requires opentelemetry-api==1.41.1,
but pyproject.toml pins opentelemetry-api at 1.40.0. The mismatch was
introduced from the dependabotchanges branch during Phase 2 down-merge
and broke pip resolution in CI build (3.11).
Aligns with dev branch and uv.lock (both at 1.40.0).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7f98c34 commit ad42ce9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
0 commit comments