sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
1.97k stars 201 forks source link

pydantic v2 support #989

Open mlucool opened 1 month ago

mlucool commented 1 month ago

Hi,

Is it possible to make this module pydantic v2 and v1 compatible? If you import from pydantic.v1 it'll work with pydantic >=1.10.15 or >=2. See here.

Thanks!