Skip to content

Add Missing Node and edge CRUD #150

Add Missing Node and edge CRUD

Add Missing Node and edge CRUD #150

Triggered via pull request August 27, 2024 16:17
Status Failure
Total duration 1m 47s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 notices
arg-type: graphiti_core/edges.py#L110
Argument "target_node_uuid" to "EpisodicEdge" has incompatible type "list[str]"; expected "str"
operator: graphiti_core/search/search.py#L87
Unsupported operand types for * ("int" and "None")
operator: graphiti_core/search/search.py#L99
Unsupported operand types for * ("int" and "None")
mypy
Process completed with exit code 1.
Note: graphiti_core/search/search.py#L87
Right operand is of type "int | None"
Note: graphiti_core/search/search.py#L99
Right operand is of type "int | None"