Skip to content

sdk==0.1.44

Choose a tag to compare

@github-actions github-actions released this 12 Dec 19:58

langgraph-sdk 0.1.44

Summary of Changes

  • Fixed handling of command parameter in client methods to filter out None values, preventing unnecessary null values in API requests

Detailed Changes

Client methods (stream, create, wait)

  • Modified the payload construction in stream, create, and wait methods to filter out keys with None values from the command dictionary
  • Added a check to handle the case when command itself is None
  • This change helps streamline API requests by removing unnecessary null values