Changes since prebuilt==0.2.2
- Restore compatibility with custom checkpointer classes created in prior versions
- Revert "Remove
MessageGraph
(#4875)" - fix(langgraph): remove deprecated
output
usage in favor ofoutput_schema
(#5095) - serialize/deserialize pandas with pickle fallback (#5057)
- fix: throw exception on multiple injections (#5033)
- Support numpy array serialization in JsonPlusSerializer (#5035)
- Update ormsgpack (#5034)
- deprecate
input
andoutput
in favor ofinput_schema
andoutput_schema
(#4983) - Remove non-state Graph
- Remove Checkpoint.writes (#4822)
- Remove old checkpoint test fixtures (#4814)