[PR #1240] [MERGED] Add UntrackedValue to mark a state key as not checkpointable #1969

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1240
Author: @nfcampos
Created: 8/6/2024
Status: Merged
Merged: 8/6/2024
Merged by: @nfcampos

Base: mainHead: nc/6aug/untracked-value


📝 Commits (3)

  • 5f9b0bc Add UntrackedValue to mark a state key as not checkpointable
  • b0b6c0a lint + comment
  • 7cf2132 Merge branch 'main' into nc/6aug/untracked-value

📊 Changes

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

View changed files

📝 libs/langgraph/langgraph/channels/__init__.py (+6 -0)
libs/langgraph/langgraph/channels/untracked_value.py (+62 -0)
📝 libs/langgraph/langgraph/graph/state.py (+2 -0)
📝 libs/langgraph/tests/test_pregel.py (+2 -12)
📝 libs/langgraph/tests/test_pregel_async.py (+2 -7)

📄 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/langgraph/pull/1240 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/6/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/6aug/untracked-value` --- ### 📝 Commits (3) - [`5f9b0bc`](https://github.com/langchain-ai/langgraph/commit/5f9b0bc0ae35f18658158ddff9b3b58cb11db462) Add UntrackedValue to mark a state key as not checkpointable - [`b0b6c0a`](https://github.com/langchain-ai/langgraph/commit/b0b6c0ae7b3b7d49395e89900f143463bc188316) lint + comment - [`7cf2132`](https://github.com/langchain-ai/langgraph/commit/7cf2132df1f10fd356d8628d034e798fd73b72fb) Merge branch 'main' into nc/6aug/untracked-value ### 📊 Changes **5 files changed** (+74 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/channels/__init__.py` (+6 -0) ➕ `libs/langgraph/langgraph/channels/untracked_value.py` (+62 -0) 📝 `libs/langgraph/langgraph/graph/state.py` (+2 -0) 📝 `libs/langgraph/tests/test_pregel.py` (+2 -12) 📝 `libs/langgraph/tests/test_pregel_async.py` (+2 -7) </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-20 17:45:59 -05:00
yindo closed this issue 2026-02-20 17:45:59 -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#1969