You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)