Skip to content

Commit f7ecd31

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

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
@@ -2828,7 +2828,7 @@ def typed_dict_field(
28282828
validation_alias: str | list[str | int] | list[list[str | int]] | None = None,
28292829
serialization_alias: str | None = None,
28302830
serialization_exclude: bool | None = None,
2831-
exclude_if: Callable[[Any], bool] | None = None,
2831+
serialization_exclude_if: Callable[[Any], bool] | None = None,
28322832
metadata: Any = None,
28332833
) -> TypedDictField:
28342834
"""

0 commit comments

Comments
 (0)