]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix `on_startup` and `on_shutdown` parameters of `APIRouter` (#14873)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Mon, 9 Feb 2026 16:31:57 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 16:31:57 +0000 (17:31 +0100)
commited2512a5ec33d9d70f7a9ef2e5f9fe52d3b77ab2
tree6951456822895f1a8d2f94258b2574805e7c6da5
parent0c0f6332e29f62001c94bf5c2d77ff1d79b73bf9
🐛 Fix `on_startup` and `on_shutdown` parameters of `APIRouter` (#14873)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fastapi/routing.py
tests/test_router_events.py