mirror of https://github.com/tiangolo/fastapi.git
add shape mapping
This commit is contained in:
parent
180f83bd8e
commit
b922665568
|
|
@ -38,6 +38,7 @@ if not PYDANTIC_V2:
|
|||
from pydantic.fields import ( # type: ignore[attr-defined]
|
||||
SHAPE_FROZENSET,
|
||||
SHAPE_LIST,
|
||||
SHAPE_MAPPING,
|
||||
SHAPE_SEQUENCE,
|
||||
SHAPE_SET,
|
||||
SHAPE_SINGLETON,
|
||||
|
|
|
|||
Loading…
Reference in New Issue