Skip to content

Commit 3b66b64

Browse files
committed
build(deps): bundle weather_service dependency updates
Updates for a2a/weather_service: - aiohttp >=3.13.3 → >=3.13.5 - python-multipart >=0.0.22 → >=0.0.26 - cryptography >=46.0.5 → >=46.0.7 - openinference-instrumentation-langchain >=0.1.27 → >=0.1.63 - opentelemetry-instrumentation-openai >=0.34b0 → >=0.60.0 Bundles Dependabot PRs #266, #267, #273, #274, #271 into a single update. Regenerates uv.lock to fix CI. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
1 parent bdbdfd1 commit 3b66b64

2 files changed

Lines changed: 262 additions & 196 deletions

File tree

a2a/weather_service/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ dependencies = [
2424
"opentelemetry-instrumentation-httpx>=0.49b0",
2525
# OpenTelemetry GenAI semantic convention instrumentation
2626
# Emits spans with gen_ai.* attributes for MLflow compatibility
27-
"opentelemetry-instrumentation-openai>=0.34b0",
27+
"opentelemetry-instrumentation-openai>=0.60.0",
2828
# OpenInference for LangChain instrumentation and AGENT span semantics
2929
"openinference-semantic-conventions>=0.1.12",
30-
"openinference-instrumentation-langchain>=0.1.27",
30+
"openinference-instrumentation-langchain>=0.1.63",
3131
"urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418
32-
"python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486
33-
"cryptography>=46.0.5", # Indirect; prevents CVE-2026-26007
32+
"python-multipart>=0.0.26", # Indirect; prevents CVE-2026-24486
33+
"cryptography>=46.0.7", # Indirect; prevents CVE-2026-26007
3434
"langgraph-checkpoint>=3.0.0", # Indirect; prevents CVE-2025-64439
3535
"mcp>=1.23.0", # Indirect; prevents CVE-2025-66416
3636
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
3737
"starlette>=0.49.1", # Indirect; prevents CVE-2025-62727
3838
"pyasn1>=0.6.3", # Indirect; prevents CVE-2026-30922
39-
"aiohttp>=3.13.3", # Indirect; prevents CVE-2025-69223
39+
"aiohttp>=3.13.5", # Indirect; prevents CVE-2025-69223
4040
]
4141

4242
[project.scripts]

0 commit comments

Comments
 (0)