You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry run mypy .
example.py:14: error: Argument "task_runner" to "call" of "FlowDecorator" has incompatible type "ThreadPoolTaskRunner[Never]"; >expected "TaskRunner[PrefectFuture[Never]] | None" [arg-type]
Found 1 error in 1 file (checked 1 source file)
This is python 3.12
Version info
poetry run prefect version
Version: 3.1.15
API version: 0.8.4
Python version: 3.12.8
Git commit: 3ac3d548
Built: Thu, Jan 30, 2025 11:31 AM
OS/Arch: darwin/arm64
Profile: ephemeral
Server type: ephemeral
Pydantic version: 2.11.0a1
Server:
Database: sqlite
SQLite version: 3.43.2
Additional context
No response
The text was updated successfully, but these errors were encountered:
Bug summary
Mypy does not pass on an example from the prefect website
This is the pyproject.toml
This is python 3.12
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: