algolia / algoliasearch-django

Seamless integration of Algolia into your Django project.
https://www.algolia.com
MIT License
173 stars 65 forks source link

Fixes non specified version of algoliasearch in requirements #281

Closed nunomaduro closed 5 years ago

nunomaduro commented 5 years ago
Q A
Bug fix? yes
BC breaks? no
Related Issue Fix #280
Need Doc update no

What problem is this fixing?

Since the version of algoliasearch is not specified on the requirements. When people perform pip install algoliasearch-django, pip will try to install the beta version of our client.

This pull request forces the installation of the v1 of the algoliasearch.