From d49b5d0c4baab768143976faf0b8d634dfdc5dce Mon Sep 17 00:00:00 2001 From: Ze Mao Date: Fri, 6 Dec 2024 12:42:02 -0800 Subject: [PATCH] chore(sdk): Upgrade kfp-pipeline-spec to 0.6.0 (#11434) (#11447) Signed-off-by: Ze Mao Co-authored-by: Ze Mao --- sdk/python/requirements.in | 2 +- sdk/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/requirements.in b/sdk/python/requirements.in index 97a0d1d06c4..3bb3d73c57b 100644 --- a/sdk/python/requirements.in +++ b/sdk/python/requirements.in @@ -11,7 +11,7 @@ google-auth>=1.6.1,<3 # https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md#221-2022-03-15 google-cloud-storage>=2.2.1,<3 # pin kfp-pipeline-spec to an exact version, since this is the contract between a given KFP SDK version and the BE. we don't want old version of the SDK to write new fields and to have the BE reject the new unsupported field (even if the new field backward compatible from a proto perspective) -kfp-pipeline-spec==0.5.0 +kfp-pipeline-spec==0.6.0 # Update the upper version whenever a new major version of the # kfp-server-api package is released. # Update the lower version when kfp sdk depends on new apis/fields in diff --git a/sdk/python/requirements.txt b/sdk/python/requirements.txt index 58a3b3927bc..7c532f43b75 100644 --- a/sdk/python/requirements.txt +++ b/sdk/python/requirements.txt @@ -43,7 +43,7 @@ googleapis-common-protos==1.63.2 # via google-api-core idna==3.7 # via requests -kfp-pipeline-spec==0.5.0 +kfp-pipeline-spec==0.6.0 # via -r requirements.in kfp-server-api==2.3.0 # via -r requirements.in