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 mps requires-python to >=3.13 for enrich compatibility

the enrich deployment uses --python 3.13 (dbt doesn't support 3.14 yet),
but mps still required >=3.14, causing uv resolution failure in the pod.

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

zzstoatzz b6337db5 99ffddd6

+1 -1
+1 -1
packages/mps/pyproject.toml
··· 1 1 [project] 2 2 name = "mps" 3 3 version = "0.1.0" 4 - requires-python = ">=3.14" 4 + requires-python = ">=3.13" 5 5 dependencies = [ 6 6 "prefect>=3.0", 7 7 "httpx>=0.27",