Skip to content

Commit 4f67cac

Browse files
authored
Merge pull request #252 from kagenti/build/bundle-python-deps
build(deps): bundle all Python dependency updates
2 parents 71c0826 + d62a218 commit 4f67cac

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)