LangGraph Plugin for Temporal Python SDK #3940
Annotations
10 errors and 11 warnings
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1263
Conversion of type `RunnableConfig` to type `dict[str, Any]` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1252
Conversion of type `RunnableConfig` to type `dict[str, Any]` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1170
Conversion of type `dict[str, object | dict[str | Any, Any | ((iterable: Iterable[tuple[str, Any]], /) -> None)]]` to type `RunnableConfig` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1111
Conversion of type `RunnableConfig` to type `dict[str, Any]` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1054
Conversion of type `RunnableConfig` to type `dict[str, Any]` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L1052
Conversion of type `RunnableConfig` to type `dict[str, Any]` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_runner.py#L501
Conversion of type `dict[str, Any]` to type `RunnableConfig` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_functional_runner.py#L578
Conversion of type `dict[str, Any]` to type `RunnableConfig` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_functional_runner.py#L535
Conversion of type `dict[str, Any]` to type `RunnableConfig` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Run poe lint:
temporalio/contrib/langgraph/_activities.py#L281
Conversion of type `dict[str, Any]` to type `RunnableConfig` may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to `object` first. (reportInvalidCast)
|
|
Upload junit-xml artifacts
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
|
|
Run poe lint:
temporalio/contrib/langgraph/_functional_future.py#L9
Import "asyncio" is not accessed (reportUnusedImport)
|
|
Run poe lint:
temporalio/contrib/langgraph/_activities.py#L122
"consume" is not accessed (reportUnusedParameter)
|
|
Run poe lint:
temporalio/contrib/langgraph/_activities.py#L47
Stub file not found for "langgraph._internal._scratchpad" (reportMissingTypeStubs)
|
|
Run poe lint:
temporalio/contrib/langgraph/_activities.py#L40
Stub file not found for "langgraph._internal._constants" (reportMissingTypeStubs)
|
|
Run poe lint:
temporalio/contrib/langgraph/_activities.py#L37
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
|
|
Run poe lint:
temporalio/contrib/langgraph/__init__.py#L134
This type is deprecated as of Python 3.10; use "|" instead (reportDeprecated)
|
|
Run poe lint:
temporalio/contrib/langgraph/__init__.py#L50
Import "ActivityOptionsKey" is not accessed (reportUnusedImport)
|
|
Run poe lint:
temporalio/contrib/langgraph/__init__.py#L27
Import "get_entrypoint" is not accessed (reportUnusedImport)
|
|
Run poe lint:
temporalio/contrib/langgraph/__init__.py#L25
Import "execute_langgraph_task" is not accessed (reportUnusedImport)
|
|
Run poe lint:
temporalio/contrib/langgraph/__init__.py#L11
This type is deprecated as of Python 3.10; use "|" instead (reportDeprecated)
|
Loading