mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-21 08:45:32 -04:00
[PR #73] [MERGED] fix(api): block updates to state while run is in-flight #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dqbd/api-prevent-update-while-run-is-executing📝 Commits (2)
2c13e45fix(api): block updates to state while run is in-flight5eeddbbBump 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.