[PR #1163] [MERGED] fix(langgraph): fix updateState for functional API #1272

Closed
opened 2026-02-15 20:15:03 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1163
Author: @benjamincburns
Created: 5/9/2025
Status: Merged
Merged: 5/9/2025
Merged by: @benjamincburns

Base: mainHead: ben/fix-fapi-state-update


📝 Commits (1)

  • 66200bf fix(langgraph): fix updateState for functional API

📊 Changes

5 files changed (+181 additions, -56 deletions)

View changed files

📝 libs/langgraph/src/func/index.ts (+76 -8)
📝 libs/langgraph/src/graph/graph.ts (+1 -1)
📝 libs/langgraph/src/pregel/call.ts (+3 -46)
📝 libs/langgraph/src/tests/func.test.ts (+100 -0)
📝 libs/langgraph/src/tests/python_port/graph_structure.test.ts (+1 -1)

📄 Description

Fixes #1162


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1163 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 5/9/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/fix-fapi-state-update` --- ### 📝 Commits (1) - [`66200bf`](https://github.com/langchain-ai/langgraphjs/commit/66200bff6412faf488e01f0c119e43c7239df674) fix(langgraph): fix updateState for functional API ### 📊 Changes **5 files changed** (+181 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/func/index.ts` (+76 -8) 📝 `libs/langgraph/src/graph/graph.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/call.ts` (+3 -46) 📝 `libs/langgraph/src/tests/func.test.ts` (+100 -0) 📝 `libs/langgraph/src/tests/python_port/graph_structure.test.ts` (+1 -1) </details> ### 📄 Description Fixes #1162 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:03 -05:00
yindo closed this issue 2026-02-15 20:15:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1272