Skip to content

Commit d62a218

Browse files
committed
build(deps): bundle all Python dependency updates
Bundles 15 Dependabot PRs into a single update with regenerated uv.lock files. file_organizer: - a2a-sdk >=0.2.16 → >=0.3.26 - langchain-core >=1.2.11 → >=1.2.31 - langchain-community >=0.3.27 → >=0.4.1 - openinference-instrumentation-langchain >=0.1.36 → >=0.1.62 - python-keycloak >=5.5.1 → >=7.1.1 weather_service: - a2a-sdk >=0.2.16 → >=0.3.26 - langchain-core >=1.2.11 → >=1.2.31 - langchain-community >=0.3.27 → >=0.4.1 - langchain-ollama >=0.2.1 → >=1.1.0 - python-keycloak >=5.5.1 → >=7.1.1 image_service: - langchain-community >=0.3.27 → >=0.4.1 - langchain-ollama >=0.2.1 → >=1.1.0 - langchain-mcp-adapters >=0.1.0 → >=0.2.2 - pydantic-settings >=2.8.1 → >=2.13.1 - python-multipart >=0.0.22 → >=0.0.26 Supersedes: #236, #237, #238, #239, #240, #241, #242, #243, #244, #245, #246, #247, #248, #249, #250 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
1 parent 132e9e5 commit d62a218

6 files changed

Lines changed: 5805 additions & 5864 deletions

File tree

a2a/file_organizer/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ readme = "README.md"
99
license = { text = "Apache" }
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"a2a-sdk>=0.2.16",
12+
"a2a-sdk>=0.3.26",
1313
"langgraph>=0.2.55",
14-
"langchain-core>=1.2.11",
15-
"langchain-community>=0.3.27",
14+
"langchain-core>=1.2.31",
15+
"langchain-community>=0.4.1",
1616
"langchain-ollama>=0.2.1",
1717
"langchain-openai>=0.3.7",
18-
"openinference-instrumentation-langchain>=0.1.36",
18+
"openinference-instrumentation-langchain>=0.1.62",
1919
"pydantic-settings>=2.8.1",
2020
"langchain-mcp-adapters>=0.1.0",
21-
"python-keycloak>=5.5.1",
21+
"python-keycloak>=7.1.1",
2222
"opentelemetry-exporter-otlp",
2323
"urllib3>=2.6.3", # Indirect; prevents CVE-2025-66418
2424
"python-multipart>=0.0.22", # Indirect; prevents CVE-2026-24486

0 commit comments

Comments
 (0)