Skip to content

Commit 45348c2

Browse files
andreslisztViicos
andauthored
Update python/pydantic_core/core_schema.py
Co-authored-by: Victorien <[email protected]>
1 parent 37cbcd6 commit 45348c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pydantic_core/core_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3179,7 +3179,7 @@ class DataclassField(TypedDict, total=False):
31793179
validation_alias: Union[str, List[Union[str, int]], List[List[Union[str, int]]]]
31803180
serialization_alias: str
31813181
serialization_exclude: bool # default: False
3182-
exclude_if: Callable[[Any], bool] # default: None
3182+
serialization_exclude_if: Callable[[Any], bool] # default: None
31833183
metadata: Any
31843184

31853185

0 commit comments

Comments
 (0)