fix(backend): upgrade langgraph-api to 0.7 and stabilize memory path tests (#984)

- replace  with explicit runtime deps:
- regenerate  after dependency changes
- make  deterministic by patching
  to avoid leaked global  affecting expected paths
This commit is contained in:
Willem Jiang
2026-03-06 09:44:40 +08:00
committed by GitHub
parent 0c7c96d75e
commit 3a5e0b935d
3 changed files with 133 additions and 99 deletions

View File

@@ -15,7 +15,9 @@ dependencies = [
"langchain-mcp-adapters>=0.1.0",
"langchain-openai>=1.1.7",
"langgraph>=1.0.6",
"langgraph-cli[inmem]>=0.4.11",
"langgraph-api>=0.7.0,<0.8.0",
"langgraph-cli>=0.4.14",
"langgraph-runtime-inmem>=0.22.1",
"markdownify>=1.2.2",
"markitdown[all,xlsx]>=0.0.1a2",
"pydantic>=2.12.5",