mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 19:27:54 +02:00
Don't try to serialize exceptions
- Store their string repr instead
This commit is contained in:
@@ -24,8 +24,6 @@ class NoopSerializer(SerializerProtocol):
|
||||
|
||||
|
||||
class MemorySaverAssertImmutable(MemorySaver):
|
||||
serde = NoopSerializer()
|
||||
|
||||
storage_for_copies: defaultdict[str, dict[str, dict[str, Checkpoint]]]
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user