Skip to content

sdk==0.1.43

Choose a tag to compare

@github-actions github-actions released this 05 Dec 01:34

langgraph-sdk 0.1.43

Summary of Changes

  • Fixed a typo in HttpClient docstring PR #2621
  • Added support for query parameters in streaming requests PR #2621
  • Updated Command TypedDict to use goto instead of send and expanded type support PR #2621

Detailed Changes

HttpClient

  • Fixed a typo in the class docstring from "Hancle" to "Handle" PR #2621
  • Added optional params parameter to the stream method in both async and sync implementations, allowing users to pass query parameters with streaming requests PR #2621

aencode_json

  • Added explicit handling for None values, returning empty headers and no content PR #2621

Command

  • Changed the field name from send to goto in the Command TypedDict PR #2621
  • Expanded type support for goto to accept Send, str, or a sequence of either, providing more flexibility in command structures PR #2621