Commit Graph

8 Commits

Author SHA1 Message Date
Yurii Motov
20778ebb28 Merge remote-tracking branch 'upstream/main' into add-missing-parameters-to-field-2 2026-02-20 23:23:24 +01:00
Sebastián Ramírez
ede8dd062d Drop support for Python 3.9 (#1766) 2026-02-20 17:34:55 +01:00
Yurii Motov
0621ae2d10 Add fail_fast param to Field, add tests 2026-01-28 17:20:53 +01:00
Yurii Motov
b612f286e7 Add union_mode param to Field, add tests 2026-01-28 17:07:35 +01:00
Yurii Motov
25232d15da Add validate_default param to Field, add tests 2026-01-28 16:37:53 +01:00
Yurii Motov
51aefc7987 Add coerce_numbers_to_str param to Field, add tests 2026-01-28 16:36:54 +01:00
Sofie Van Landeghem
99d8b0bba2 ♻️ Import Literal from the typing module directly (#1699)
import Literal from typing now that Python 3.8 is dropped
2026-01-13 12:30:07 +01:00
Daniil Fajnberg
99f8ce3894 Add support for all Field parameters from Pydantic 1.9.0 and above, make Pydantic 1.9.0 the minimum required version (#440)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-26 14:18:05 +04:00