[PR #1197] [MERGED] Remove graph arg from ManagedValue #1942

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

📋 Pull Request Information

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

Base: mainHead: nc/2aug/managed-rm-graph-arg


📝 Commits (1)

  • a83718b Remove graph arg from ManagedValue

📊 Changes

5 files changed (+47 additions, -26 deletions)

View changed files

📝 libs/langgraph/langgraph/managed/base.py (+11 -16)
📝 libs/langgraph/langgraph/pregel/__init__.py (+4 -4)
📝 libs/langgraph/langgraph/pregel/algo.py (+2 -0)
📝 libs/langgraph/langgraph/pregel/loop.py (+2 -6)
libs/langgraph/tests/test_algo.py (+28 -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/langgraph/pull/1197 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/2/2024 **Status:** ✅ Merged **Merged:** 8/2/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/2aug/managed-rm-graph-arg` --- ### 📝 Commits (1) - [`a83718b`](https://github.com/langchain-ai/langgraph/commit/a83718bec8bdb72a2998d87964a669a28d70d161) Remove graph arg from ManagedValue ### 📊 Changes **5 files changed** (+47 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/managed/base.py` (+11 -16) 📝 `libs/langgraph/langgraph/pregel/__init__.py` (+4 -4) 📝 `libs/langgraph/langgraph/pregel/algo.py` (+2 -0) 📝 `libs/langgraph/langgraph/pregel/loop.py` (+2 -6) ➕ `libs/langgraph/tests/test_algo.py` (+28 -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-20 17:45:55 -05:00
yindo closed this issue 2026-02-20 17:45:55 -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#1942