Changes since 0.3.21
- 0.3.22
- Lint
- Avoid creating checkpoint unless we're saving it
- Avoid raise-catch strategy in BaseChannel.checkpoint()
- Lint
- Lint
- Lint
- Update
- Add fast path to serialize None values
- Lazily create atomic counters in pregel scratchpad
- Reduce perf impact of pregel scratchpad creation
- Reduce the number of channels created for each node by 50%
- In Python 3.12 or above, use asyncio eager task factory (#4055)
- Fix
- Remove internal frames from stack traces (#4054)
- In Python 3.12 or above, use asyncio eager task factory
- Remove internal frames from stack traces
- langgraph: use correct type for node destination annotations (#4053)