Skip to content

Commit 0780426

Browse files
committed
chore: Pin kfp-pipeline-spec==0.4.0, relax kfp-server-api to <2.4.0
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
1 parent 3897764 commit 0780426

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/python/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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.3.0
14+
kfp-pipeline-spec==0.4.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
1818
# kfp-server-api.
19-
kfp-server-api>=2.0.0,<2.1.0
19+
kfp-server-api>=2.0.0,<2.4.0
2020
kubernetes>=8.0.0,<31
2121
protobuf>=4.21.1,<5
2222
PyYAML>=5.3,<7

sdk/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ googleapis-common-protos==1.63.2
4343
# via google-api-core
4444
idna==3.7
4545
# via requests
46-
kfp-pipeline-spec==0.3.0
46+
kfp-pipeline-spec==0.4.0
4747
# via -r requirements.in
48-
kfp-server-api==2.0.5
48+
kfp-server-api==2.3.0
4949
# via -r requirements.in
5050
kubernetes==30.1.0
5151
# via -r requirements.in

0 commit comments

Comments
 (0)