diff --git a/pyproject.toml b/pyproject.toml index 12c8e29..f8735d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,11 @@ authors = [ ] dependencies = [ - # LangGraph orchestration (MIT) - "langgraph>=0.2.50,<0.3", + # LangGraph orchestration (MIT). Pinned to the version that passes the + # W2.B.4 fanout-race test (Send-based parallel-edge dispatch + reducer- + # annotated state). Bumping requires a fresh fanout-race run; see + # BUILD_PLAN W2.B.5. + "langgraph==0.2.76", # Pydantic v2 schemas (MIT) "pydantic>=2.7,<3", # blake3 hashing (CC0/Apache-2.0)