Skip to content

sdk==0.1.51

Choose a tag to compare

@github-actions github-actions released this 09 Jan 17:24
909190c

langgraph-sdk 0.1.51

Summary of Changes

  • Standardized API for store operations by renaming field names in StoreSearch and StoreListNamespaces for consistency (PR #2973)
  • Fixed store handler registration in auth module when used as a plain decorator (PR #2974)

Detailed Changes

Store API Types

  • In StoreSearch: Renamed field namespace_prefix to namespace for consistency with other store operations (PR #2973)
  • In StoreListNamespaces: Renamed field prefix to namespace for consistency with other store operations (PR #2973)

Auth Module

  • Fixed a bug in store handler registration when the handler decorator is used without parameters by properly setting the "store" category instead of None (PR #2974)