mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
## Summary Restricts lc:2 JSON envelope revival in `JsonPlusSerializer` to the default constructor; the `method` field is now ignored. Adds a `logger.warning` when the default constructor raises so legacy payloads that previously fell back to `construct(**kwargs)` are observable instead of silently degrading. ## Test plan - [x] `make format` / `make lint` / `make test` from `libs/checkpoint`