[PR #1448] [MERGED] Don't try to serialize exceptions #2082

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1448
Author: @nfcampos
Created: 8/23/2024
Status: Merged
Merged: 8/23/2024
Merged by: @nfcampos

Base: mainHead: nc/22aug/serde-exceptions


📝 Commits (1)

  • 82db383 Don't try to serialize exceptions

📊 Changes

5 files changed (+30 additions, -47 deletions)

View changed files

📝 libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py (+4 -1)
📝 libs/langgraph/tests/any_str.py (+0 -18)
📝 libs/langgraph/tests/memory_assert.py (+0 -2)
📝 libs/langgraph/tests/test_pregel.py (+5 -5)
📝 libs/langgraph/tests/test_pregel_async.py (+21 -21)

📄 Description

  • Store their string repr instead

🔄 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/1448 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/22aug/serde-exceptions` --- ### 📝 Commits (1) - [`82db383`](https://github.com/langchain-ai/langgraph/commit/82db3831995ec3bf1897e5f79a97826b8cf03cb7) Don't try to serialize exceptions ### 📊 Changes **5 files changed** (+30 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py` (+4 -1) 📝 `libs/langgraph/tests/any_str.py` (+0 -18) 📝 `libs/langgraph/tests/memory_assert.py` (+0 -2) 📝 `libs/langgraph/tests/test_pregel.py` (+5 -5) 📝 `libs/langgraph/tests/test_pregel_async.py` (+21 -21) </details> ### 📄 Description - Store their string repr instead --- <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:46:15 -05:00
yindo closed this issue 2026-02-20 17:46:15 -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#2082