From 8234e7cf08fbff4fea93f4cc58f9a98f8e2e83e7 Mon Sep 17 00:00:00 2001 From: Samir Ahmane Date: Mon, 18 May 2026 22:50:14 +0100 Subject: [PATCH] fix: import libs --- fastapi/routing.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fastapi/routing.py b/fastapi/routing.py index b72c4ea1ed..35bad15578 100644 --- a/fastapi/routing.py +++ b/fastapi/routing.py @@ -91,6 +91,9 @@ from starlette.routing import Mount as Mount # noqa from starlette.types import AppType, ASGIApp, Lifespan, Receive, Scope, Send from starlette.websockets import WebSocket from typing_extensions import deprecated +import inspect +import weakref +from typing import Any, TypedDict # Copy of starlette.routing.request_response modified to include the