diff --git a/libs/sdk-py/langgraph_sdk/auth/types.py b/libs/sdk-py/langgraph_sdk/auth/types.py index 2d00aed02..b057aeb84 100644 --- a/libs/sdk-py/langgraph_sdk/auth/types.py +++ b/libs/sdk-py/langgraph_sdk/auth/types.py @@ -55,14 +55,13 @@ Values: - reject: Reject the operation """ -FilterTypeFilterType = typing.Union[ +FilterType = typing.Union[ typing.Dict[ str, typing.Union[str, typing.Dict[typing.Literal["$eq", "$contains"], str]] ], typing.Dict[str, str], ] -"""# -Type for filtering queries. +"""Response type for authorization handlers. Supports exact matches and operators: - Exact match shorthand: {"field": "value"}