Skip to content

sdk==0.1.38

Choose a tag to compare

@github-actions github-actions released this 28 Nov 00:02

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 append to write method, ensuring proper processing of streaming events