Use Pydantic’s Field Class to Validate Numbers and Dates
Table of Contents
Use Pydantic’s Field Class to Validate Numbers and Dates
In addition to checking the type, you may also want to check if numbers and dates match specific constraints. Pydantic’s Field class provides keyword arguments that make this easy.