Avatar for the PrefectHQ user
PrefectHQ
prefect
BlogDocsChangelog

Performance History

Latest Results

fix(server): skip route deletion on FastAPI 0.137+ for compatibility FastAPI 0.137 changed include_router to keep a reference to the original router via _IncludedRouter instead of copying routes. The existing optimisation that deletes routes from source routers after inclusion causes an AttributeError on every request because the app still references the original router for request matching. Gate the deletion behind a feature check for _IncludedRouter so that: - FastAPI < 0.137: routes are still deleted (memory savings preserved) - FastAPI >= 0.137: routes are kept (no duplication occurs anyway) Closes #22276 Co-authored-by: Alexander Streed <alex.s@prefect.io>
devin/1781459497-fastapi-0137-compat
11 hours ago
fix: ruff format and docstring backticks
goingforstudying-ctrl:fix/subflow-stable-dynamic-key
1 day ago
fix(engine): fix import order for ruff compliance
goingforstudying-ctrl:fix/subflow-stable-dynamic-key
1 day ago

Latest Branches

CodSpeed Performance Gauge
0%
fix(server): FastAPI 0.137 compatibility — skip route deletion when router is referenced#22277
11 hours ago
254498f
devin/1781459497-fastapi-0137-compat
CodSpeed Performance Gauge
+1%
1 day ago
f10e82d
goingforstudying-ctrl:fix/subflow-stable-dynamic-key
CodSpeed Performance Gauge
0%
fix(docker): add "context deadline exceeded" to transient build error patterns#22266
3 days ago
bcd7ecb
devin/1781279656-fix-docker-deploy-transient-error
© 2026 CodSpeed Technology
Home Terms Privacy Docs