[PR #1642] [MERGED] Assert input/output channels aren't managed #2206

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

📋 Pull Request Information

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

Base: mainHead: wfh/disallow_managed_io


📝 Commits (2)

  • 1832ed4 Assert input/output channels aren't managed
  • cc55ada icanspell

📊 Changes

2 files changed (+65 additions, -3 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+10 -3)
📝 libs/langgraph/tests/test_state.py (+55 -0)

📄 Description

Would also raise if you have


🔄 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/1642 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `wfh/disallow_managed_io` --- ### 📝 Commits (2) - [`1832ed4`](https://github.com/langchain-ai/langgraph/commit/1832ed46eff3fece900b15a5965173e1e71acd48) Assert input/output channels aren't managed - [`cc55ada`](https://github.com/langchain-ai/langgraph/commit/cc55adac46bf5d50a9341278a5922552f5854cd0) icanspell ### 📊 Changes **2 files changed** (+65 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+10 -3) 📝 `libs/langgraph/tests/test_state.py` (+55 -0) </details> ### 📄 Description Would also raise if you have --- <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:46:32 -05:00
yindo closed this issue 2026-02-20 17:46:32 -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#2206