feat: async close and multi-group search support #420
Triggered via pull request
September 24, 2024 01:18
Status
Failure
Total duration
1m 56s
Artifacts
–
Annotations
2 errors and 2 notices
arg-type:
graph_service/routers/retrieve.py#L20
Argument "group_ids" to "search" of "Graphiti" has incompatible type "list[str]"; expected "list[str | None] | None"
|
mypy
Process completed with exit code 1.
|
Note:
graph_service/routers/retrieve.py#L20
"List" is invariant -- see https://mypy.readthedocs.io/en/stable/common_issues.html#variance
|
Note:
graph_service/routers/retrieve.py#L20
Consider using "Sequence" instead, which is covariant
|