Open smitchaudhary opened 3 months ago
Hey @mlahariya, this is not use case specific. The motivation was that since some of the dataclasses that we use, the likes of, FeatureMapConfig, AnsatzConfig etc need to validate the input in a bunch of different ways in the __post_init__
. Pydantic should allow for all this validation with the built in features.
@smitchaudhary - Can you please provide which use case this might be needed for?