Skip to content

Commit 93cb47c

Browse files
author
Ze Mao
committed
chore(sdk): Upgrade kfp-pipeline-spec to 0.6.0 (#11434)
Signed-off-by: Ze Mao <zemao@google.com>
1 parent 2b1aed3 commit 93cb47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ google-auth>=1.6.1,<3
1111
# https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md#221-2022-03-15
1212
google-cloud-storage>=2.2.1,<3
1313
# 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)
14-
kfp-pipeline-spec==0.5.0
14+
kfp-pipeline-spec==0.6.0
1515
# Update the upper version whenever a new major version of the
1616
# kfp-server-api package is released.
1717
# Update the lower version when kfp sdk depends on new apis/fields in

sdk/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ googleapis-common-protos==1.63.2
4343
# via google-api-core
4444
idna==3.7
4545
# via requests
46-
kfp-pipeline-spec==0.5.0
46+
kfp-pipeline-spec==0.6.0
4747
# via -r requirements.in
4848
kfp-server-api==2.3.0
4949
# via -r requirements.in

0 commit comments

Comments
 (0)