[PR #666] [MERGED] Update core and add tests for cancellation of astream and astream_events v2 #1596

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

📋 Pull Request Information

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

Base: mainHead: nc/13jun/update-core


📝 Commits (2)

  • e88e246 Update core and add tests for cancellation of astream and astream_events v2
  • 09c70d9 py 3.9

📊 Changes

4 files changed (+181 additions, -8 deletions)

View changed files

📝 langgraph/graph/state.py (+8 -1)
📝 langgraph/pregel/__init__.py (+1 -1)
📝 poetry.lock (+17 -6)
📝 tests/test_pregel_async.py (+155 -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/666 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/13jun/update-core` --- ### 📝 Commits (2) - [`e88e246`](https://github.com/langchain-ai/langgraph/commit/e88e246a73434f41e4d45def35a8a7955e9cb4d9) Update core and add tests for cancellation of astream and astream_events v2 - [`09c70d9`](https://github.com/langchain-ai/langgraph/commit/09c70d9eda07e87b3c07188452df2279121b30c8) py 3.9 ### 📊 Changes **4 files changed** (+181 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/state.py` (+8 -1) 📝 `langgraph/pregel/__init__.py` (+1 -1) 📝 `poetry.lock` (+17 -6) 📝 `tests/test_pregel_async.py` (+155 -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:06 -05:00
yindo closed this issue 2026-02-20 17:45:06 -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#1596