Skip to content

sdk==0.1.30

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:36

langgraph-sdk 0.1.30

Summary of Changes

  • Renamed Metadata type to Json to better reflect its purpose
  • Added values parameter to client.threads.search() for filtering threads by state values
  • Fixed client.runs.join() to return the final thread state and updated its documentation
  • Fixed documentation for client.threads.update_state()

Detailed Changes

Type Definitions

  • Renamed Metadata type to Json throughout the codebase for better semantic clarity on what the type represents

Thread Operations

  • Added values parameter to client.threads.search() to allow filtering threads by their state values
  • Fixed documentation for client.threads.update_state() to correctly reflect its purpose and provide accurate example usage

Run Operations

  • Changed client.runs.join() to return a dictionary containing the final thread state (previously returned None)
  • Updated documentation for client.runs.join() to clarify that it returns the final state of the thread