my prefect server setup prefect-metrics.waow.tech
python orchestration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lower requires-python to >=3.13 so enrich can use python 3.13

the base image runs 3.14 and most flows use it, but dbt doesn't
support 3.14 yet. lowering the floor to 3.13 lets uv run --python 3.13
install the project for the enrich deployment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 99ffddd6 5fdd3e38

+1 -1
+1 -1
pyproject.toml
··· 5 5 [project] 6 6 name = "my-prefect-server" 7 7 version = "0.1.0" 8 - requires-python = ">=3.14" 8 + requires-python = ">=3.13" 9 9 dependencies = [ 10 10 "mps", 11 11 "dbt-duckdb>=1.9",