[PR #661] [CLOSED] fix: update versions_seen when acting as a node #1592

Closed
opened 2026-02-20 17:45:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/661
Author: @dqbd
Created: 6/13/2024
Status: Closed

Base: mainHead: dqbd/update-state-versions-seen


📝 Commits (1)

  • eb833ec fix: update versions_seen when acting as a node

📊 Changes

1 file changed (+20 additions, -2 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+20 -2)

📄 Description

When updating the state via update_state / aupdate_state, the versions_seen is not updated, thus the next execution of the pregel will have include more tasks than expected


🔄 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/langgraph/pull/661 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/13/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dqbd/update-state-versions-seen` --- ### 📝 Commits (1) - [`eb833ec`](https://github.com/langchain-ai/langgraph/commit/eb833ec20f6e1d6f71b40148055003bee8cd600f) fix: update versions_seen when acting as a node ### 📊 Changes **1 file changed** (+20 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+20 -2) </details> ### 📄 Description When updating the state via `update_state` / `aupdate_state`, the `versions_seen` is not updated, thus the next execution of the pregel will have include more tasks than expected --- <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-20 17:45:06 -05:00
yindo closed this issue 2026-02-20 17:45:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1592