Skip to content

sdk==0.1.39

Choose a tag to compare

@github-actions github-actions released this 28 Nov 01:38
07ac016

langgraph-sdk 0.1.39

Summary of Changes

  • Removed custom SSE (Server-Sent Events) implementation in favor of using the external library's implementation directly
  • Simplified streaming functionality by removing unnecessary wrapper code

Detailed Changes

Client

  • Removed custom EventSource class and related SSE handling code
  • Updated streaming methods to use the external httpx_sse library's functionality directly
  • Changed stream methods to use sse.aiter_sse() and sse.iter_sse() instead of wrapping with custom EventSource class