- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for evaluate_forwardref (0.08 seconds)
-
fastapi/_compat/__init__.py
from .v2 import Undefined as Undefined from .v2 import Url as Url from .v2 import copy_field_info as copy_field_info from .v2 import create_body_model as create_body_model from .v2 import evaluate_forwardref as evaluate_forwardref # ty: ignore[deprecated] from .v2 import get_cached_model_fields as get_cached_model_fields from .v2 import get_definitions as get_definitions
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 2.1K bytes - Click Count (0) -
fastapi/dependencies/utils.py
get_args, get_origin, ) from fastapi import params from fastapi._compat import ( ModelField, RequiredParam, Undefined, copy_field_info, create_body_model, evaluate_forwardref, # ty: ignore[deprecated] field_annotation_is_scalar, field_annotation_is_scalar_sequence, field_annotation_is_sequence, get_cached_model_fields, get_missing_field_error,Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 38.7K bytes - Click Count (3) -
fastapi/_compat/v2.py
from pydantic_core.core_schema import ( with_info_plain_validator_function as with_info_plain_validator_function, ) RequiredParam = PydanticUndefined Undefined = PydanticUndefined evaluate_forwardref = eval_type_lenient # ty: ignore[deprecated] class GenerateJsonSchema(_GenerateJsonSchema): # TODO: remove when this is merged (or equivalent): https://github.com/pydantic/pydantic/pull/12841
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Mar 15 11:44:39 GMT 2026 - 16.7K bytes - Click Count (0)