[PR #202] [MERGED] Remove subscribe_to_each() method in pregel api #1294

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/202
Author: @nfcampos
Created: 3/13/2024
Status: Merged
Merged: 3/13/2024
Merged by: @nfcampos

Base: mainHead: nc/13mar/rm-subcribe-to-each


📝 Commits (1)

  • f5c3c7a Remove subscribe_to_each() method in pregel api

📊 Changes

5 files changed (+61 additions, -128 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+35 -58)
📝 langgraph/pregel/read.py (+1 -59)
📝 langgraph/pregel/validate.py (+3 -5)
📝 tests/test_pregel.py (+11 -3)
📝 tests/test_pregel_async.py (+11 -3)

📄 Description

  • can be replaced by piping to batch method instead

🔄 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/202 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 3/13/2024 **Status:** ✅ Merged **Merged:** 3/13/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/13mar/rm-subcribe-to-each` --- ### 📝 Commits (1) - [`f5c3c7a`](https://github.com/langchain-ai/langgraph/commit/f5c3c7ac7dd3db4014e594f0cdc6e5714ab68e3d) Remove subscribe_to_each() method in pregel api ### 📊 Changes **5 files changed** (+61 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+35 -58) 📝 `langgraph/pregel/read.py` (+1 -59) 📝 `langgraph/pregel/validate.py` (+3 -5) 📝 `tests/test_pregel.py` (+11 -3) 📝 `tests/test_pregel_async.py` (+11 -3) </details> ### 📄 Description - can be replaced by piping to batch method instead --- <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:23 -05:00
yindo closed this issue 2026-02-20 17:44:23 -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#1294