sdk==0.1.38
langgraph-sdk 0.1.38
Summary of Changes
- Fixed a bug in SSE (Server-Sent Events) processing where the buffer handling was using the incorrect method
Detailed Changes
SSE Decoder
- Fixed how buffer handling works in the SSE decoder by changing from
appendtowritemethod, ensuring proper processing of streaming events