From a419a7a052eb4f0797cd3b664a311258008b67bd Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:56:42 +0300 Subject: [PATCH] Update error dictionary for Python 3.14 --- src/rendercv/schema/error_dictionary.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rendercv/schema/error_dictionary.yaml b/src/rendercv/schema/error_dictionary.yaml index ece1cf29..d988d9fb 100644 --- a/src/rendercv/schema/error_dictionary.yaml +++ b/src/rendercv/schema/error_dictionary.yaml @@ -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.