mirror of https://github.com/tiangolo/fastapi.git
Merge branch 'master' of https://github.com/mikeedjones/fastapi into free-form-query-parameters-master
This commit is contained in:
commit
b69a4cb01c
|
|
@ -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]]:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import pytest
|
||||
from fastapi import FastAPI, Query
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue