Skip to content

sdk==0.1.63

Choose a tag to compare

@github-actions github-actions released this 22 Apr 00:52
7486ada

langgraph-sdk 0.1.63

Summary of Changes

  • Modified thread search parameter handling to make sort parameters optional and fixed field naming (#4365)

Detailed Changes

Search Threads API

  • Changed sort_by parameter from required to optional, with default value of None instead of "created_at" (#4365)
  • Renamed the sort field option from "id" to "thread_id" for clarity (#4365)
  • Changed sort_order parameter from required to optional, with default value of None instead of "asc" (#4365)
  • Added missing parameter descriptions to function docstring (#4365)