Date filters #701
Annotations
4 errors and 2 notices
attr-defined:
graphiti_core/search/search_filters.py#L18
Module "typing" has no attribute "LiteralString"
|
arg-type:
graphiti_core/graphiti.py#L675
Argument 7 to "search" has incompatible type "SearchFilters | None"; expected "SearchFilters"
|
arg-type:
graphiti_core/graphiti.py#L698
Argument 7 to "search" has incompatible type "SearchFilters | None"; expected "SearchFilters"
|
mypy
Process completed with exit code 1.
|
Note:
graphiti_core/search/search_filters.py#L18
Use `from typing_extensions import LiteralString` instead
|
Note:
graphiti_core/search/search_filters.py#L18
See https://mypy.readthedocs.io/en/stable/runtime_troubles.html#using-new-additions-to-the-typing-module
|