Skip to content

Commit e995911

Browse files
committed
merge with main
1 parent e6b800f commit e995911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langgraph/checkpoint/redis/jsonplus_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class JsonPlusRedisSerializer(JsonPlusSerializer):
3939
]
4040

4141
def dumps(self, obj: Any) -> bytes:
42-
"""Use orjson for simple objects, fallback to parent for complex objects."""
42+
""""Use orjson for serialization with LangChain object support via default handler."""
4343
# Use orjson with default handler for LangChain objects
4444
# The _default method from parent class handles LangChain serialization
4545
return orjson.dumps(obj, default=self._default)

0 commit comments

Comments
 (0)