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

3rd party dependency is outdated #1634

Closed
devfox-se opened this issue Jan 18, 2022 · 1 comment
Closed

3rd party dependency is outdated #1634

devfox-se opened this issue Jan 18, 2022 · 1 comment

Comments

@devfox-se
Copy link

devfox-se commented Jan 18, 2022

Our project uses elasticsearch-curator and celery, both have dependency on click 3rd party module.
We want to upgrade celery from version 4 to version 5 due to security vulnerabiliy, yet due to dependency conflict between elasticsearch-curator <-> celery the upgrade is impossible.

click<9.0,>=8.0.3 (from celery==5.2.3->-r requirements.in)
click<8.0,>=7.0 (from elasticsearch-curator==5.8.4->-r requirements.in)

click's latest version is 8.0.3 and it's backward compatible with version 7. would be amazing to see curator updated to support latest version of click asap

@untergeek
Copy link
Member

This is resolved with the release of Curator v6/v7/v8

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