Merge branch 'master' of https://github.com/mikeedjones/fastapi into free-form-query-parameters-master

This commit is contained in:
JONEMI21 2026-01-27 16:20:47 +00:00
commit b69a4cb01c
2 changed files with 1 additions and 1 deletions

View File

@ -647,6 +647,7 @@ else: # pragma: no cover
]
return field_info, {}
def _regenerate_error_with_loc(
*, errors: Sequence[Any], loc_prefix: tuple[Union[str, int], ...]
) -> list[dict[str, Any]]:

View File

@ -1,4 +1,3 @@
import pytest
from fastapi import FastAPI, Query