This release introduces a few new features:
⚡ You can now load and serve flows from a git repository! With the new flow.from_source
method, you can specify a git repository and a path to a flow file in that repository. This method will return a flow object that can be run or served with flow.serve()
.
🧪 Experimental Pydantic 2 compatibility! We're working eagerly toward having prefect installable with either pydantic<2
or pydantic>2
. As a first step toward compatibility, we've ensured that Prefect's use of pydantic is isolated from your use of pydantic in as many ways as possible.
See the release notes for details!