From 909190cede6a80bb94a2d4cfe7dedc49ef0d4127 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:20:54 -0800 Subject: [PATCH] Update SDK registration (#2974) --- libs/sdk-py/langgraph_sdk/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-py/langgraph_sdk/auth/__init__.py b/libs/sdk-py/langgraph_sdk/auth/__init__.py index e2ab57416..8b3e21779 100644 --- a/libs/sdk-py/langgraph_sdk/auth/__init__.py +++ b/libs/sdk-py/langgraph_sdk/auth/__init__.py @@ -510,7 +510,7 @@ class _StoreOn: """ if fn is not None: # Used as a plain decorator - _register_handler(self._auth, None, None, fn) + _register_handler(self._auth, "store", None, fn) return fn # Used with parameters, return a decorator