Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PydanticV1NotSupportedError (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fastapi/utils.py

        PydanticSchemaGenerationError,
        Undefined,
        annotation_is_pydantic_v1,
    )
    from fastapi.datastructures import DefaultPlaceholder, DefaultType
    from fastapi.exceptions import FastAPIDeprecationWarning, PydanticV1NotSupportedError
    from pydantic.fields import FieldInfo
    
    from ._compat import v2
    
    if TYPE_CHECKING:  # pragma: nocover
        from .routing import APIRoute
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 11 18:41:21 GMT 2026
    - 4.2K bytes
    - Click Count (0)
Back to Top