[PR #336] [MERGED] Fix issue when drawing graphs w repeat conditions #1395

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

📋 Pull Request Information

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

Base: mainHead: nc/22apr/fix-repeat-conditions


📝 Commits (2)

  • 85bdc8b Fix issue when drawing graphs w repeat conditions
  • 190d163 Fix

📊 Changes

3 files changed (+65 additions, -2 deletions)

View changed files

📝 langgraph/graph/graph.py (+8 -2)
📝 tests/__snapshots__/test_pregel.ambr (+18 -0)
📝 tests/test_pregel.py (+39 -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/336 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22apr/fix-repeat-conditions` --- ### 📝 Commits (2) - [`85bdc8b`](https://github.com/langchain-ai/langgraph/commit/85bdc8bdfae10906ac8ef2dfd00fbc0d22298556) Fix issue when drawing graphs w repeat conditions - [`190d163`](https://github.com/langchain-ai/langgraph/commit/190d163005a34cb63a092759a87e80acb3efe8fc) Fix ### 📊 Changes **3 files changed** (+65 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+8 -2) 📝 `tests/__snapshots__/test_pregel.ambr` (+18 -0) 📝 `tests/test_pregel.py` (+39 -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:44:37 -05:00
yindo closed this issue 2026-02-20 17:44:37 -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#1395