Hi I'm facing the issues with pydantic from pydantic.fields import ModelField ImportError: cannot import name 'ModelField' from 'pydantic.fields' with the python 3.8, 3.9, 3.10 also . Please suggest the solutions for this
Hi I'm facing the issues with pydantic
from pydantic.fields import ModelField
ImportError: cannot import name 'ModelField' from 'pydantic.fields'
with the python 3.8, 3.9, 3.10 also . Please suggest the solutions for this