Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions a2a/weather_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ readme = "README.md"
license = { text = "Apache" }
requires-python = ">=3.11"
dependencies = [
"a2a-sdk>=1.1.0,<2",
"langgraph>=1.2.9",
"langchain-core>=1.4.9",
"a2a-sdk>=1.1.2,<2",
"langgraph>=1.2.10",
"langchain-core>=1.5.3",
"langchain-community>=0.4.2",
"langchain-ollama>=1.1.0",
"langchain-openai>=1.3.5",
"langchain-openai>=1.4.1",
"mlflow[langchain,kubernetes]>=3.14.0,<4",
"pydantic-settings>=2.14.2",
"langchain-mcp-adapters>=0.3.0",
"langchain-mcp-adapters>=0.3.1",
"python-keycloak>=7.1.1",
"opentelemetry-exporter-otlp>=1.43.0",
"opentelemetry-exporter-otlp>=1.44.0",
# Auto-instrument httpx so outgoing MCP tool calls propagate traceparent
"opentelemetry-instrumentation-httpx>=0.49b0",
# OpenTelemetry GenAI semantic convention instrumentation
# Emits spans with gen_ai.* attributes for MLflow compatibility
"opentelemetry-instrumentation-openai>=0.62.1",
# OpenInference for LangChain instrumentation and AGENT span semantics
"openinference-semantic-conventions>=0.1.30",
"openinference-instrumentation-langchain>=0.1.67",
"openinference-semantic-conventions>=0.1.31",
"openinference-instrumentation-langchain>=0.1.68",
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
"python-multipart>=0.0.32", # Indirect; prevents CVE-2026-24486
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
Expand All @@ -36,10 +36,10 @@ dependencies = [
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
"starlette>=1.3.1", # Indirect; prevents CVE-2025-62727
"pyasn1>=0.6.4", # Indirect; prevents CVE-2026-30922
"aiohttp>=3.14.1", # Indirect; prevents CVE-2025-69223
"gitpython>=3.1.51", # Indirect; prevents CVE-2026-42215, CVE-2026-42284
"aiohttp>=3.14.3", # Indirect; prevents CVE-2025-69223
"gitpython>=3.1.57", # Indirect; prevents CVE-2026-42215, CVE-2026-42284
"langchain-text-splitters>=1.1.2", # Indirect; prevents CVE-2026-41481
"langsmith>=0.10.3", # Indirect; prevents CVE-2026-41182
"langsmith>=0.10.15", # Indirect; prevents CVE-2026-41182
"langchain-classic>=1.0.8", # Indirect; prevents CVE-2026-45134
"mako>=1.3.12", # Indirect; prevents CVE-2026-41205
"marshmallow>=4.3.0", # Indirect; prevents CVE-2025-68480
Expand Down
Loading
Loading