Skip to content

Commit

Permalink
chore(deps): update dependency kfp to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent fe35a1b commit c3c8348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
@@ -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.10.1
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/kfp_v1/requirements.in
Original file line number Diff line number Diff line change
@@ -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.10.1
tenacity

0 comments on commit c3c8348

Please sign in to comment.