saadmk11 / redis-search-django

Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch.
https://pypi.org/project/redis-search-django/
MIT License
90 stars 6 forks source link

ImportError: cannot import name 'ModelField' from 'pydantic.fields' #31

Open AshurW opened 1 year ago

AshurW commented 1 year ago

Followed the installation instruction and got the error as soon as i ran the Django server

AshurW commented 1 year ago

Followed the installation instruction and got the error as soon as i ran the Django server

pip installed pydantic==1.10.9 seem to have fixed the problem

hassanmian commented 2 months ago

@saadmk11 Will you be updating the repo with an updated pydantic?