feat(langchain): project subagent runs onto typed run.subagents channel (#37739)

This commit is contained in:
Nick Hollon
2026-06-01 16:28:09 -04:00
committed by GitHub
parent 36be77b0f1
commit dfca7f4424
5 changed files with 560 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ version = "1.3.2"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.4.0,<2.0.0",
"langgraph>=1.2.2,<1.3.0",
"langgraph>=1.2.3,<1.3.0",
"pydantic>=2.7.4,<3.0.0",
]