Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

fix(runner): add PREFECT_RUNNER_AUTO_PROVISION_UV opt-out for uv run auto-detection When a pyproject.toml declaring prefect as a dependency is present in the working directory, the workspace starter unconditionally switches to `uv run` to launch flow runs. This breaks pre-built Docker image deployments where dependencies are already installed at build time, causing `uv run` to re-create a virtual environment and re-download all deps on every flow run. Add `PREFECT_RUNNER_AUTO_PROVISION_UV` (bool, default True) setting that allows users to disable this behavior. When set to False, the runner skips the `uv run` command selection and falls back to the standard `python -m prefect.flow_engine` launcher. Co-authored-by: Chris Guidry <chris@prefect.io>
devin/1779785549-workspace-starter-uv-opt-out
29 minutes ago
Merge branch 'main' into flow-run-policy-retry-counters
hemantmm:flow-run-policy-retry-counters
1 day ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(runner): add PREFECT_RUNNER_AUTO_PROVISION_UV opt-out for uv run auto-detection#22081
44 minutes ago
eaa3734
devin/1779785549-workspace-starter-uv-opt-out
CodSpeed Performance Gauge
+1%
1 day ago
114ce7f
hemantmm:flow-run-policy-retry-counters
CodSpeed Performance Gauge
+1%
fix(deps): raise pydantic-settings lower bound to >=2.9.1#22075
2 days ago
a7416c2
devin/1779649663-fix-pydantic-settings-min-version
© 2026 CodSpeed Technology
Home Terms Privacy Docs