This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Description
Hello there,
I set following to define schema.
schema = Schema([
Column("code", [InRangeValidation(0, 999999999999999)],allow_empty=True)
])
Then, I get following error message.
{row: 0, column: "code"}: "999999999999999999999" was not in the range [{}, {})
Do you have any suggestion for this?