feat: @validator now catches `Exception` by nandgator · Pull Request #254 · python-validators/validators

@nandgator

- `validator` decorator catches `Exception`
- it returns `ValidationFailure` with `reason` when exception happens
- `between` and `length` follow the same pattern as every other module
- adds `py.typed`, includes it in `poetry build`
- updates a few dependencies

@nandgator added review

PR: Can be reviewed

development

Issue/PR: Modification in workflows, packaging, etc.

maintenance

PR: Alters existing source code

labels

Mar 23, 2023

@nandgator