Skip to content

Commit

Permalink
chore(sdk): Upgrade kfp-pipeline-spec to 0.6.0 (#11434) (#11447)
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Mao <[email protected]>
Co-authored-by: Ze Mao <[email protected]>
  • Loading branch information
zzmao and Ze Mao authored Dec 6, 2024
1 parent 87bdb7c commit d49b5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d49b5d0

Please sign in to comment.