github PrefectHQ/prefect 2.20.1
2.20.1: pip, pip hooray!

latest releases: 2.20.8, prefect-sqlalchemy-0.5.1, prefect-redis-0.2.0...
one month ago

This release is small and includes fixes for various dependency issues, as well as a fix for submodule handling in git-based deployments.

Python 3.11 introduced the concept of "exception groups" for situations in which multiple unrelated exceptions need to be raised - for example, in concurrent execution models or retrying an operation across distinct error modes.
Prefect has begun to leverage this capability, and we rely on a separate package (exceptiongroup) which backports
this functionality to lower supported versions of Python. This dependency was missing from client-side requirements in 2.20.0.

Bug Fixes ๐Ÿž

Integrations & Dependencies ๐Ÿค

Development & Tidiness ๐Ÿงน

Don't miss a new prefect release

NewReleases is sending notifications on new releases.