You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to v4.0.0 (using pipenv), and after doing so, my Django app was crashing with ModuleNotFoundError: No module named 'algoliasearch.http.exceptions'. This was caused by an out-of-date version of the algoliasearch package. Looking at the dependency graph, it appears that this package does not declare a dependency on the algoliasearch Python client:
I just updated to v4.0.0 (using
pipenv
), and after doing so, my Django app was crashing withModuleNotFoundError: No module named 'algoliasearch.http.exceptions'
. This was caused by an out-of-date version of thealgoliasearch
package. Looking at the dependency graph, it appears that this package does not declare a dependency on thealgoliasearch
Python client:Any reason not to declare that dependency?
The text was updated successfully, but these errors were encountered: