- Add `validate_limit_int32` validator (mode=after) to reject limit values exceeding PostgreSQL INTEGER max (2147483647) - Add `sanitize_value_null_bytes` validator (mode=before) to strip null bytes from block values, preventing asyncpg CharacterNotInRepertoireError Fixes DB errors: - "value out of int32 range" on block.limit - "invalid byte sequence for encoding UTF8: 0x00" on block.value 🤖 Generated with [Letta Code](https://letta.com) Co-authored-by: Letta <noreply@letta.com>
9.3 KiB
9.3 KiB