Closed ijpulidos closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
:exclamation: No coverage uploaded for pull request base (
main@40c966b
). Click here to learn what that means.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this. We will be implementing this in a different way now that this is available https://docs.pydantic.dev/latest/migration/#continue-using-pydantic-v1-features
Pydantic 2 changed a significant amount of things in the validators. A quick (and dirty?) way of supporting both is using
pydantic.v1
import and catching anImportError
exception.This is still a work in progress and maybe we might consider just sticking with pydantic 1 for now.