- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for annotation_is_pydantic_v1 (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fastapi/_compat/__init__.py
from .shared import PYDANTIC_V2 as PYDANTIC_V2 from .shared import PYDANTIC_VERSION_MINOR_TUPLE as PYDANTIC_VERSION_MINOR_TUPLE from .shared import annotation_is_pydantic_v1 as annotation_is_pydantic_v1 from .shared import field_annotation_is_scalar as field_annotation_is_scalar from .shared import is_pydantic_v1_model_class as is_pydantic_v1_model_class from .shared import is_pydantic_v1_model_instance as is_pydantic_v1_model_instance from .shared import (
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 2.2K bytes - Click Count (0) -
fastapi/routing.py
Annotated, Any, Callable, Optional, Union, ) from annotated_doc import Doc from fastapi import params from fastapi._compat import ( ModelField, Undefined, annotation_is_pydantic_v1, lenient_issubclass, ) from fastapi.datastructures import Default, DefaultPlaceholder from fastapi.dependencies.models import Dependant from fastapi.dependencies.utils import ( _should_embed_body_fields,Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 174.6K bytes - Click Count (0)