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
20 changes: 10 additions & 10 deletions a2a/weather_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ license = { text = "Apache" }
requires-python = ">=3.11"
dependencies = [
"a2a-sdk>=0.3.26",
"langgraph>=1.1.3",
"langgraph>=1.2.2",
"langchain-core>=1.3.3",
"langchain-community>=0.4.1",
"langchain-community>=0.4.2",
"langchain-ollama>=1.1.0",
"langchain-openai>=0.3.7",
"langchain-openai>=1.2.2",
"mlflow[langchain,kubernetes]>=3.11.1,<4",
"pydantic-settings>=2.14.1",
"langchain-mcp-adapters>=0.1.0",
Expand All @@ -26,25 +26,25 @@ dependencies = [
# Emits spans with gen_ai.* attributes for MLflow compatibility
"opentelemetry-instrumentation-openai>=0.60.0",
# OpenInference for LangChain instrumentation and AGENT span semantics
"openinference-semantic-conventions>=0.1.29",
"openinference-instrumentation-langchain>=0.1.63",
"openinference-semantic-conventions>=0.1.30",
"openinference-instrumentation-langchain>=0.1.66",
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
"python-multipart>=0.0.28", # Indirect; prevents CVE-2026-24486
"python-multipart>=0.0.29", # Indirect; prevents CVE-2026-24486
"cryptography>=46.0.7,<47", # Indirect; prevents CVE-2026-26007
"langgraph-checkpoint>=3.0.0", # Indirect; prevents CVE-2025-64439
"mcp>=1.23.0", # Indirect; prevents CVE-2025-66416
"mcp>=1.27.1", # Indirect; prevents CVE-2025-66416
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
"starlette>=0.49.1", # Indirect; prevents CVE-2025-62727
"starlette>=1.2.0", # Indirect; prevents CVE-2025-62727
"pyasn1>=0.6.3", # Indirect; prevents CVE-2026-30922
"aiohttp>=3.13.5", # Indirect; prevents CVE-2025-69223
"gitpython>=3.1.47", # Indirect; prevents CVE-2026-42215, CVE-2026-42284
"langchain-text-splitters>=1.1.2", # Indirect; prevents CVE-2026-41481
"langsmith>=0.7.31", # Indirect; prevents CVE-2026-41182
"langsmith>=0.8.6", # Indirect; prevents CVE-2026-41182
"langchain-classic>=1.0.7", # Indirect; prevents CVE-2026-45134
"mako>=1.3.11", # Indirect; prevents CVE-2026-41205
"marshmallow>=3.26.2", # Indirect; prevents CVE-2025-68480
"python-dotenv>=1.2.2", # Indirect; prevents CVE-2026-28684
"requests>=2.34.0", # Indirect; prevents CVE-2026-25645
"requests>=2.34.2", # Indirect; prevents CVE-2026-25645
]

[project.scripts]
Expand Down
Loading
Loading