Skip to content

Commit db30a76

Browse files
committed
Change fail_fast default value
1 parent 4584083 commit db30a76

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
@@ -1411,7 +1411,7 @@ def list_schema(
14111411
*,
14121412
min_length: int | None = None,
14131413
max_length: int | None = None,
1414-
fail_fast: bool = False,
1414+
fail_fast: bool | None = None,
14151415
strict: bool | None = None,
14161416
ref: str | None = None,
14171417
metadata: Any = None,

0 commit comments

Comments
 (0)