Closed ADR-007 closed 6 months ago
My initial feeling would be this is a great addition. Need to play with this a little bit :)
@ADR-007 Sorry for the delayed reply.
I see two major issues with the PR:
annotated-types
is not installed with pydantic v1, which would break the tests completely.I would argue that having this PR merged would only increase the confusion around validators at the moment. We need to have a complete solution handling those.
Would you be willing to extend the PR to also contain this?
Take Annotated into account when ignore_validators=False
I believe this field
ignore_validators
should be False by default. This is a for this issue