Skip to content

Commit

Permalink
concept
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Dec 18, 2024
1 parent d4a1fe5 commit 1709cd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/sdk-py/langgraph_sdk/auth/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@
- 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"}
Expand Down

0 comments on commit 1709cd3

Please sign in to comment.