We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d630d commit 37cbcd6Copy full SHA for 37cbcd6
python/pydantic_core/core_schema.py
@@ -2846,7 +2846,7 @@ def typed_dict_field(
2846
validation_alias: The alias(es) to use to find the field in the validation data
2847
serialization_alias: The alias to use as a key when serializing
2848
serialization_exclude: Whether to exclude the field when serializing
2849
- exclude_if: Callable that determines whether to exclude a field during serialization based on its value.
+ serialization_exclude_if: A callable that determines whether to exclude the field when serializing based on its value.
2850
metadata: Any other information you want to include with the schema, not used by pydantic-core
2851
"""
2852
return _dict_not_none(
0 commit comments