[PR #73] [MERGED] fix(api): block updates to state while run is in-flight #69

Closed
opened 2026-02-16 04:17:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/73
Author: @dqbd
Created: 5/13/2025
Status: Merged
Merged: 5/13/2025
Merged by: @dqbd

Base: mainHead: dqbd/api-prevent-update-while-run-is-executing


📝 Commits (2)

  • 2c13e45 fix(api): block updates to state while run is in-flight
  • 5eeddbb Bump to 0.0.34

📊 Changes

5 files changed (+74 additions, -4 deletions)

View changed files

📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-api/src/storage/ops.mts (+20 -1)
📝 libs/langgraph-api/tests/api.test.mts (+51 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/package.json (+1 -1)

📄 Description

Implements https://github.com/langchain-ai/langgraph-api/pull/830


🔄 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-api/pull/73 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/13/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/api-prevent-update-while-run-is-executing` --- ### 📝 Commits (2) - [`2c13e45`](https://github.com/langchain-ai/langgraphjs-api/commit/2c13e458f6114a6994bc47d0129d75f9b9ef0528) fix(api): block updates to state while run is in-flight - [`5eeddbb`](https://github.com/langchain-ai/langgraphjs-api/commit/5eeddbba76648f761603152da1caa8c9456d7b42) Bump to 0.0.34 ### 📊 Changes **5 files changed** (+74 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-api/src/storage/ops.mts` (+20 -1) 📝 `libs/langgraph-api/tests/api.test.mts` (+51 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/package.json` (+1 -1) </details> ### 📄 Description Implements https://github.com/langchain-ai/langgraph-api/pull/830 --- <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-16 04:17:13 -05:00
yindo closed this issue 2026-02-16 04:17:13 -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-api#69