diff --git a/fastapi/dependencies/utils.py b/fastapi/dependencies/utils.py index 157a685c4..86b4ca005 100644 --- a/fastapi/dependencies/utils.py +++ b/fastapi/dependencies/utils.py @@ -100,7 +100,6 @@ def get_dependant(*, path: str, call: Callable, name: str = None) -> Dependant: lenient_issubclass(param.annotation, param_supported_types) or param.annotation == param.empty ), f"Path params must be of one of the supported types" - param = signature_params[param_name] add_param_to_fields( param=param, dependant=dependant,