From 9881ff6001148400a3cdc4e2ad1960bdd8947f7d Mon Sep 17 00:00:00 2001 From: Sergey Serebryakov Date: Mon, 11 Dec 2023 14:41:06 -0800 Subject: [PATCH] Updating kfp library version to 1.8.22 (#349) Updating version of the `kfp` dependency to 1.8.22. This fixes this error (https://github.com/kubeflow/pipelines/pull/9323), and thus unit tests for the MLCube KubeFlow runner should now be passing. Can't use later versions since they use V2 API that will require code refactoring. --- runners/mlcube_kubeflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/mlcube_kubeflow/requirements.txt b/runners/mlcube_kubeflow/requirements.txt index e97983c..a6fa6b2 100644 --- a/runners/mlcube_kubeflow/requirements.txt +++ b/runners/mlcube_kubeflow/requirements.txt @@ -1,3 +1,3 @@ mlcube==0.0.10rc1 protobuf==3.20.3 -kfp==1.8.18 +kfp==1.8.22