[PR #39] [MERGED] Add recursion check #1191

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/39
Author: @nfcampos
Created: 1/16/2024
Status: Merged
Merged: 1/16/2024
Merged by: @nfcampos

Base: mainHead: nc/jan16/recursion-error


📝 Commits (2)

📊 Changes

3 files changed (+26 additions, -4 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+18 -2)
📝 tests/test_pregel.py (+4 -1)
📝 tests/test_pregel_async.py (+4 -1)

📄 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/39 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 1/16/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/jan16/recursion-error` --- ### 📝 Commits (2) - [`8154114`](https://github.com/langchain-ai/langgraph/commit/8154114e11dc580ca58176bc1c922377f9f41477) Add recursion check - [`b535b5c`](https://github.com/langchain-ai/langgraph/commit/b535b5caa04618ba5795179099a5b092a4a9b97b) Add tests ### 📊 Changes **3 files changed** (+26 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+18 -2) 📝 `tests/test_pregel.py` (+4 -1) 📝 `tests/test_pregel_async.py` (+4 -1) </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:08 -05:00
yindo closed this issue 2026-02-20 17:44:08 -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#1191