Skip to content

Adds basedpyright support to poe lint #3894

Adds basedpyright support to poe lint

Adds basedpyright support to poe lint #3894

Triggered via pull request December 22, 2025 17:12
Status Failure
Total duration 7m 5s
Artifacts

ci.yml

on: pull_request
Matrix: build-lint-test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 122 warnings
build-lint-test (3.14, macos-arm)
Process completed with exit code 1.
test-latest-deps
Process completed with exit code 1.
build-lint-test (3.14, ubuntu-latest)
Process completed with exit code 1.
build-lint-test (3.10, ubuntu-latest)
Process completed with exit code 1.
build-lint-test (3.10, macos-arm)
Process completed with exit code 1.
build-lint-test (3.10, ubuntu-arm)
Process completed with exit code 1.
build-lint-test (3.14, ubuntu-arm)
Process completed with exit code 1.
build-lint-test (3.14, windows-latest)
Process completed with exit code 1.
build-lint-test (3.10, windows-latest)
Process completed with exit code 1.
build-lint-test (3.14, macos-intel)
Process completed with exit code 1.
build-lint-test (3.10, macos-intel)
Process completed with exit code 1.
build-lint-test (3.14, macos-arm)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-arm): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-arm): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-arm): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.14, macos-arm): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
test-latest-deps
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
test-latest-deps: tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
test-latest-deps: tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
test-latest-deps: tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
test-latest-deps: tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
test-latest-deps: tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
test-latest-deps: tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
test-latest-deps: tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
test-latest-deps: temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
test-latest-deps: temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
test-latest-deps: temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.14, ubuntu-latest)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-latest): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-latest): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-latest): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.14, ubuntu-latest): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.10, ubuntu-latest)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-latest): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-latest): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-latest): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.10, ubuntu-latest): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.10, macos-arm)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-arm): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-arm): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-arm): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.10, macos-arm): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.10, ubuntu-arm)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-arm): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, ubuntu-arm): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, ubuntu-arm): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.10, ubuntu-arm): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.14, ubuntu-arm)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-arm): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, ubuntu-arm): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, ubuntu-arm): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.14, ubuntu-arm): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.14, windows-latest)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, windows-latest): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, windows-latest): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, windows-latest): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.14, windows-latest): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.10, windows-latest)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, windows-latest): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, windows-latest): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, windows-latest): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.10, windows-latest): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.14, macos-intel)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-intel): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.14, macos-intel): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.14, macos-intel): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.14, macos-intel): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
build-lint-test (3.10, macos-intel)
No files were found with the provided path: junit-xml. No artifacts will be uploaded.
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L91
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L87
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L87
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L87
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L83
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L83
"args" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-intel): tests/test_workflow.py#L83
"name" is not accessed (reportUnusedParameter)
build-lint-test (3.10, macos-intel): temporalio/workflow.py#L1918
This type is deprecated as of Python 3.9; use "collections.abc.Sequence" instead (reportDeprecated)
build-lint-test (3.10, macos-intel): temporalio/contrib/openai_agents/_openai_runner.py#L15
Import "Tool" is not accessed (reportUnusedImport)
build-lint-test (3.10, macos-intel): temporalio/contrib/openai_agents/_openai_runner.py#L2
Import "typing" is not accessed (reportUnusedImport)
features-tests / test
Restore cache failed: Dependencies file is not found in /home/runner/work/sdk-python/sdk-python. Supported file pattern: go.sum