[PR #1239] [MERGED] Fix output schema affecting stream output #1964

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

📋 Pull Request Information

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

Base: mainHead: nc/6aug/fix-output-schema-affecting-stream


📝 Commits (3)

📊 Changes

3 files changed (+38 additions, -1 deletions)

View changed files

📝 libs/langgraph/langgraph/graph/state.py (+10 -1)
📝 libs/langgraph/tests/test_pregel.py (+14 -0)
📝 libs/langgraph/tests/test_pregel_async.py (+14 -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/1239 **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/fix-output-schema-affecting-stream` --- ### 📝 Commits (3) - [`71ce04f`](https://github.com/langchain-ai/langgraph/commit/71ce04f1418b0010ca01cfd8a6e551fd8fab5f98) Fix output schema affecting stream output - [`541ced7`](https://github.com/langchain-ai/langgraph/commit/541ced709d6a0b66207d844185fdad87ce082b10) Remove file - [`7bc6837`](https://github.com/langchain-ai/langgraph/commit/7bc683721338175477cb5a1e2b27309b98303114) Remove file ### 📊 Changes **3 files changed** (+38 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/graph/state.py` (+10 -1) 📝 `libs/langgraph/tests/test_pregel.py` (+14 -0) 📝 `libs/langgraph/tests/test_pregel_async.py` (+14 -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:58 -05:00
yindo closed this issue 2026-02-20 17:45:58 -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#1964