Skip to content

Commit bd91f04

Browse files
authored
Merge pull request #283 from kagenti/build/bundle-weather-service-deps
build(deps): bundle weather_service dependency updates
2 parents dcf90fd + 4a226eb commit bd91f04

2 files changed

Lines changed: 304 additions & 217 deletions

File tree

a2a/weather_service/pyproject.toml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,26 @@ 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
40+
"gitpython>=3.1.47", # Indirect; prevents CVE-2026-42215, CVE-2026-42284
41+
"langchain-text-splitters>=1.1.2", # Indirect; prevents CVE-2026-41481
42+
"langsmith>=0.7.31", # Indirect; prevents CVE-2026-41182
43+
"mako>=1.3.11", # Indirect; prevents CVE-2026-41205
44+
"marshmallow>=3.26.2", # Indirect; prevents CVE-2025-68480
45+
"python-dotenv>=1.2.2", # Indirect; prevents CVE-2026-28684
46+
"requests>=2.33.0", # Indirect; prevents CVE-2026-25645
4047
]
4148

4249
[project.scripts]

0 commit comments

Comments
 (0)