From 745b1f81ffea7a36d63c926a6a8893b4494e48ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:27:12 +0000 Subject: [PATCH] chore(deps): update dependency kfp to v2.11.0 --- tests/notebooks/cpu/e2e-wine/requirements.in | 2 +- tests/notebooks/cpu/kfp_v1/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/notebooks/cpu/e2e-wine/requirements.in b/tests/notebooks/cpu/e2e-wine/requirements.in index 20b5061..9f57372 100644 --- a/tests/notebooks/cpu/e2e-wine/requirements.in +++ b/tests/notebooks/cpu/e2e-wine/requirements.in @@ -1,6 +1,6 @@ boto3 # pin 2.5.0 because kserve==0.13.1 requires protobuf<4.0.0,>=3.19.0 while higher kfp requires protobuf<5,>=4.21.1 -kfp==2.5.0 +kfp==2.11.0 # pin to <7.0 to avoid breaking changes in sdk minio<7.0 # pin the client to match the version of the deployed MLflow server diff --git a/tests/notebooks/cpu/kfp_v1/requirements.in b/tests/notebooks/cpu/kfp_v1/requirements.in index d0dfb0f..3b5ade2 100644 --- a/tests/notebooks/cpu/kfp_v1/requirements.in +++ b/tests/notebooks/cpu/kfp_v1/requirements.in @@ -1,4 +1,4 @@ # pin to the latest <2.0 version to ensure compatibility # with the KFP API server version deployed in CKF 1.7 -kfp==1.8.22 +kfp==2.11.0 tenacity