Pagination for get by group_id #648
Annotations
9 errors and 10 notices
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L22
Module "typing" has no attribute "LiteralString"
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L215
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L331
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L445
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L21
Module "typing" has no attribute "LiteralString"
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L145
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L297
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L403
Incompatible default for argument "created_at" (default has type "None", argument has type "datetime")
|
Run MyPy for graphiti-core
Process completed with exit code 1.
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L22
Use `from typing_extensions import LiteralString` instead
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L22
See https://mypy.readthedocs.io/en/stable/runtime_troubles.html#using-new-additions-to-the-typing-module
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L215
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L215
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L331
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L331
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L445
PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
|
Run MyPy for graphiti-core:
graphiti_core/nodes.py#L445
Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L21
Use `from typing_extensions import LiteralString` instead
|
Run MyPy for graphiti-core:
graphiti_core/edges.py#L21
See https://mypy.readthedocs.io/en/stable/runtime_troubles.html#using-new-additions-to-the-typing-module
|
Loading