Skip to content

Commit ad42ce9

Browse files
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

File tree

src/ContentProcessorAPI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ uvicorn==0.46.0
5858
watchfiles==1.1.1
5959
websockets==16.0
6060
opentelemetry-api==1.40.0
61-
opentelemetry-sdk==1.41.1
61+
opentelemetry-sdk==1.40.0

0 commit comments

Comments
 (0)