PrefectHQ
prefect
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
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
fix(prefect-github): guard against `None` token in `GitHubCredentials` (#22270) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Nate Nowack <nate@prefect.io>
main
2 days ago
Use shared git output sanitizer in prefect-bitbucket (#22199)
main
2 days ago
Use shared git output sanitizer in prefect-github (#22197)
main
2 days ago
fix(tests): use retry_asserts for flaky automation notification test (#22246) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Andrew Kravets <apk@cognition.ai>
main
2 days ago
document programmatic flow run cancellation (#22243)
main
2 days 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%
fix(engine): use parameter-based task_key for subflow tracking tasks
#22275
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