Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency declaration bug? #339

Open
giilby opened this issue Jan 22, 2025 · 1 comment
Open

Dependency declaration bug? #339

giilby opened this issue Jan 22, 2025 · 1 comment

Comments

@giilby
Copy link

giilby commented Jan 22, 2025

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:

algoliasearch-django==4.0.0
└── Django [required: >=4.0, installed: 5.1.5]
    ├── asgiref [required: >=3.8.1,<4, installed: 3.8.1]
    └── sqlparse [required: >=0.3.1, installed: 0.5.3]

Any reason not to declare that dependency?

@abdullahalamodi
Copy link

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants