Skip to content

sdk==0.1.61

Choose a tag to compare

@github-actions github-actions released this 03 Apr 01:53
e9a66ce

langgraph-sdk 0.1.61

Summary of Changes

  • Added support for assistant descriptions when creating and updating assistants (#4147)

Detailed Changes

AssistantBase

  • Added optional description field to the AssistantBase TypedDict to support assistant descriptions (#4147)

Client

  • Added description parameter to both async and sync versions of create method to allow setting a description when creating an assistant (#4147)
  • Added description parameter to both async and sync versions of update method to allow modifying an assistant's description (#4147)
  • Added documentation noting that the description field requires langgraph-api server version >= 0.0.45 (#4147)