[PR #236] [MERGED] Adds async conditional edge support #1319

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/236
Author: @jacoblee93
Created: 3/26/2024
Status: Merged
Merged: 3/28/2024
Merged by: @nfcampos

Base: mainHead: jacob/async_edges


📝 Commits (3)

📊 Changes

5 files changed (+155 additions, -154 deletions)

View changed files

📝 langgraph/graph/graph.py (+33 -28)
📝 langgraph/graph/state.py (+2 -6)
📝 tests/__snapshots__/test_pregel.ambr (+78 -78)
📝 tests/test_pregel.py (+25 -25)
📝 tests/test_pregel_async.py (+17 -17)

📄 Description

CC @nfcampos


🔄 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/236 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `jacob/async_edges` --- ### 📝 Commits (3) - [`a6a9def`](https://github.com/langchain-ai/langgraph/commit/a6a9def91a81387b8d3b230bea807e24ccd17c03) Adds async conditional edge support - [`e794536`](https://github.com/langchain-ai/langgraph/commit/e79453633d94d05463f2dc0505a5c055ca44104c) Simplify - [`5aa0366`](https://github.com/langchain-ai/langgraph/commit/5aa036639b9a61b3e5209ce8613b0e36885b6aef) Update ### 📊 Changes **5 files changed** (+155 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+33 -28) 📝 `langgraph/graph/state.py` (+2 -6) 📝 `tests/__snapshots__/test_pregel.ambr` (+78 -78) 📝 `tests/test_pregel.py` (+25 -25) 📝 `tests/test_pregel_async.py` (+17 -17) </details> ### 📄 Description CC @nfcampos --- <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:26 -05:00
yindo closed this issue 2026-02-20 17:44:26 -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#1319