Ecosystem report

Old: dhruv/refactor-constraint-bounds (merge base) 21daf58a New: 28028/merge 28784dd5
Lint Rule Removed Added Changed
Total 1 1 0
invalid-return-type 1 0 0
unsound-return-statement 0 1 0
Project Removed Added Changed
Total 1 1 0
prefect strict 1 1 0

prefect strict (https://github.com/PrefectHQ/prefect)

src/prefect/task_runners.py

[error] invalid-return-type - Return type does not match returned value: expected `PrefectConcurrentFuture[R@ThreadPoolTaskRunner]`, found `PrefectConcurrentFuture[_T@run]`
[warning] unsound-return-statement - Unsound return statement: `PrefectConcurrentFuture[Unknown]` is not a subtype of `PrefectConcurrentFuture[R@ThreadPoolTaskRunner]`