[PR #495] [MERGED] fix(langgraph): Fix .updateState when using managed values #803

Closed
opened 2026-02-15 19:15:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/495
Author: @bracesproul
Created: 9/18/2024
Status: Merged
Merged: 9/18/2024
Merged by: @bracesproul

Base: mainHead: brace/fix-update-state-mv


📝 Commits (4)

📊 Changes

2 files changed (+125 additions, -1 deletions)

View changed files

📝 libs/langgraph/src/pregel/index.ts (+3 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+122 -0)

📄 Description

No description provided


🔄 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/495 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 9/18/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fix-update-state-mv` --- ### 📝 Commits (4) - [`15fc24c`](https://github.com/langchain-ai/langgraphjs/commit/15fc24c826fad408fa5f604b04f8d0b6949cf793) fix(langgraph): Fix .updateState when using managed values - [`0908857`](https://github.com/langchain-ai/langgraphjs/commit/09088572bd7a1235b73b63875524f275b40c80de) cr - [`fc66eca`](https://github.com/langchain-ai/langgraphjs/commit/fc66ecab1ad1501bac91042a224fecfae9b555b9) cleanup tests - [`07223a8`](https://github.com/langchain-ai/langgraphjs/commit/07223a843432bbb1f33d02f1e7e76e7d76dd4e5a) cr ### 📊 Changes **2 files changed** (+125 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/index.ts` (+3 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+122 -0) </details> ### 📄 Description _No description provided_ --- <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 19:15:57 -05:00
yindo closed this issue 2026-02-15 19:15:57 -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#803