Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down