langgraph
langgraph copied to clipboard
Checkpointer: Support more types of serializable states using `dill`
This PR solves the PicklingError when using states with types that pickle doesn't support but dill does.
hi, @nadav-okami thanks for this, I'm making the serializer used by checkpoints configurable to more easily support this https://github.com/langchain-ai/langgraph/pull/305