This could be a dupe, but I noticed when using the deep_iterable validator the member_validator param expects a callable, whereas in other cases it is possible to pass in a list of validators that would be applied in order (equivalent to and_)
Was this behavior intentional for some reason ?
If not, would it be possible to update the deep_iterable to take in a list of validators ?
Hope to hear back soon! Thanks
This could be a dupe, but I noticed when using the
deep_iterablevalidator themember_validatorparam expects a callable, whereas in other cases it is possible to pass in a list of validators that would be applied in order (equivalent toand_)Was this behavior intentional for some reason ?
If not, would it be possible to update the
deep_iterableto take in a list of validators ?Hope to hear back soon! Thanks