Commits
Click on a commit to change the comparison rangefix(backend): include prefect-redis as dependency
This is actually the default since 3.1.14.
We also need it for Redis messaging support (required for HA).
Signed-off-by: Fatih Acar <fatih@opsmill.com>25 days ago
by fatih-acar fix(backend): ignore prefect typing errors
Prefect 3.1.15 introduced a change that breaks mypy with
error: Incompatible types in "await" (actual type "State[Coroutine[Any, Any, None]]", expected type
"Awaitable[Any]") [misc]
Signed-off-by: Fatih Acar <fatih@opsmill.com>25 days ago
by fatih-acar