Closed jhatler closed 7 months ago
I tested this as part of https://github.com/jhatler/inflect/pull/1 by running the tests in the main.yml workflow on my fork.
Thanks for this. I stumbled onto the same issue and addressed it in 5ef0baba20bb7c6ebd9b6cb0bda73ba0873fef9f before I got to this PR.
On pydantic-code >= 2.12, the validation error messages use the singular of the word "character" when the number 1 is specified in a condition. This breaks the engine.compare validation, which expected the plural.
Refs: #204 Signed-off-by: Jaremy Hatler hatler.jaremy@gmail.com