[PR #299] [MERGED] In stream_mode=values yield all values, instead of only changed ones #1366

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/299
Author: @nfcampos
Created: 4/11/2024
Status: Merged
Merged: 4/11/2024
Merged by: @nfcampos

Base: mainHead: nc/11apr/stream-mode-values-all


📝 Commits (1)

  • a8af746 In stream_mode=values yield all values, instead of only changed ones

📊 Changes

4 files changed (+55 additions, -21 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+4 -6)
📝 langgraph/pregel/io.py (+2 -2)
📝 tests/test_pregel.py (+21 -8)
📝 tests/test_pregel_async.py (+28 -5)

📄 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/299 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/11/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/11apr/stream-mode-values-all` --- ### 📝 Commits (1) - [`a8af746`](https://github.com/langchain-ai/langgraph/commit/a8af7467b8c05146fa9b90d372e634fe91c54bb5) In stream_mode=values yield all values, instead of only changed ones ### 📊 Changes **4 files changed** (+55 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+4 -6) 📝 `langgraph/pregel/io.py` (+2 -2) 📝 `tests/test_pregel.py` (+21 -8) 📝 `tests/test_pregel_async.py` (+28 -5) </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:44:33 -05:00
yindo closed this issue 2026-02-20 17:44:33 -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#1366