Skip to content

Update kedro dependencies #139

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

Open
em-pe opened this issue Jul 5, 2022 · 1 comment
Open

Update kedro dependencies #139

em-pe opened this issue Jul 5, 2022 · 1 comment
Milestone

Comments

@em-pe
Copy link
Member

em-pe commented Jul 5, 2022

Update plugin dependencies to recent versions:

kedro - 0.18.*

@em-pe em-pe added this to the 0.9 milestone Jul 5, 2022
@dgajewski1 dgajewski1 changed the title Update kedro and kfp dependencies Update kedro dependencies Jul 6, 2022
@dgajewski1
Copy link
Contributor

Support for further versions of kedro, airflow and mlflow

This plugin requires dependency updates, with probable breaking changes. This prevents users from using latest and greatest mlflow, kedro and airflow versions which is not only important feature-wise but also from the security standpoint as there are critical CVEs.

Looking at setup.py - the culprits are:

Kedro locked to an old version

"kedro>=0.16, <0.18",

Dependent plugin which prevents update to MLFlow 2.X

kedro-mlflow==0.4.1"

Outdated Airflow Plugins

"apache-airflow[kubernetes]==2.1.0",
"apache-airflow-providers-cncf kubernetes==1.1.0",
"apache-airflow-providers-apache-spark==2.0.1"\

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