[PR #412] [MERGED] Export all exceptions from langgraph.errors #1450

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/412
Author: @nfcampos
Created: 5/7/2024
Status: Merged
Merged: 5/7/2024
Merged by: @nfcampos

Base: mainHead: nc/7may/errors-module


📝 Commits (2)

  • e892c95 Export all exceptions from langgraph.errors
  • 7038d22 Re-export

📊 Changes

14 files changed (+46 additions, -54 deletions)

View changed files

📝 langgraph/channels/any_value.py (+2 -1)
📝 langgraph/channels/base.py (+11 -13)
📝 langgraph/channels/binop.py (+2 -1)
📝 langgraph/channels/context.py (+2 -6)
📝 langgraph/channels/dynamic_barrier_value.py (+2 -6)
📝 langgraph/channels/ephemeral_value.py (+2 -6)
📝 langgraph/channels/last_value.py (+2 -6)
📝 langgraph/channels/named_barrier_value.py (+2 -6)
langgraph/errors.py (+15 -0)
📝 langgraph/graph/state.py (+2 -1)
📝 langgraph/pregel/__init__.py (+1 -5)
📝 tests/test_channels.py (+1 -1)
📝 tests/test_pregel.py (+1 -1)
📝 tests/test_pregel_async.py (+1 -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/412 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/7may/errors-module` --- ### 📝 Commits (2) - [`e892c95`](https://github.com/langchain-ai/langgraph/commit/e892c95194cbe1e97503aa51a90c5053e748c73d) Export all exceptions from langgraph.errors - [`7038d22`](https://github.com/langchain-ai/langgraph/commit/7038d222eeb36e6016a520bafa94fde0def4a539) Re-export ### 📊 Changes **14 files changed** (+46 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/channels/any_value.py` (+2 -1) 📝 `langgraph/channels/base.py` (+11 -13) 📝 `langgraph/channels/binop.py` (+2 -1) 📝 `langgraph/channels/context.py` (+2 -6) 📝 `langgraph/channels/dynamic_barrier_value.py` (+2 -6) 📝 `langgraph/channels/ephemeral_value.py` (+2 -6) 📝 `langgraph/channels/last_value.py` (+2 -6) 📝 `langgraph/channels/named_barrier_value.py` (+2 -6) ➕ `langgraph/errors.py` (+15 -0) 📝 `langgraph/graph/state.py` (+2 -1) 📝 `langgraph/pregel/__init__.py` (+1 -5) 📝 `tests/test_channels.py` (+1 -1) 📝 `tests/test_pregel.py` (+1 -1) 📝 `tests/test_pregel_async.py` (+1 -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:45 -05:00
yindo closed this issue 2026-02-20 17:44:45 -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#1450