[PR #4103] Add fast path to serialize None values #3646

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

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/4103

State: closed
Merged: Yes


  • If the value to serialize is None we can use encode it in the string type, and skip msgpack encoding
  • Use None value for edge/branch channels in StateGraph
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/4103 **State:** closed **Merged:** Yes --- - If the value to serialize is None we can use encode it in the string type, and skip msgpack encoding - Use None value for edge/branch channels in StateGraph
yindo added the pull-request label 2026-02-20 17:48:56 -05:00
yindo closed this issue 2026-02-20 17:48:56 -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#3646