mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 10:49:56 +02:00
Objects whose class defines __str__ (not inherited from object) are now serialized as EXT_CONSTRUCTOR_SINGLE_ARG with str(obj), enabling round-trip serde for types like bson.ObjectId without new dependencies. Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>