Siva
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/encoders.py
|
|
|
@ -21,10 +21,10 @@ from annotated_doc import Doc |
|
|
|
from fastapi.exceptions import PydanticV1NotSupportedError |
|
|
|
from fastapi.types import IncEx |
|
|
|
from pydantic import BaseModel |
|
|
|
from pydantic.color import Color |
|
|
|
from pydantic.networks import AnyUrl, NameEmail |
|
|
|
from pydantic.types import SecretBytes, SecretStr |
|
|
|
from pydantic_core import PydanticUndefinedType |
|
|
|
from pydantic_extra_types.color import Color |
|
|
|
|
|
|
|
from ._compat import ( |
|
|
|
Url, |
|
|
|
|