Update error dictionary for Python 3.14

This commit is contained in:
Sina Atalay
2025-12-09 23:56:42 +03:00
parent 51979c6462
commit a419a7a052

View File

@@ -8,6 +8,7 @@ Field required: This field is required.
value is not a valid phone number: This is not a valid phone number.
month must be in 1..12: The month must be between 1 and 12.
day is out of range for month: The day is out of range for the month.
must be in range: The day is out of range for the month.
Extra inputs are not permitted: This field is unknown for this object. Please remove it.
Input should be a valid string: This field should be provided or removed to use the default value.
Input should be a valid list: This field should contain a list of items but it doesn't.