Skip to content

Commit b5c2043

Browse files
authored
chore(sdk): Relax kfp-server-api upper bound to include 2.4 (#11685)
Signed-off-by: Chen Sun <[email protected]>
1 parent a7ec34f commit b5c2043

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

sdk/RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## Bug fixes and other changes
1010

11+
* Depends on `kfp-server-api>=2.1.0,<2.5.0` [\#11685](https://github.com/kubeflow/pipelines/pull/11685)`
12+
1113
## Documentation updates
1214

1315
# 2.12.0

sdk/python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kfp-pipeline-spec==0.6.0
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.1.0,<2.4.0
19+
kfp-server-api>=2.1.0,<2.5.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
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url requirements.in
@@ -45,7 +45,7 @@ idna==3.10
4545
# via requests
4646
kfp-pipeline-spec==0.6.0
4747
# via -r requirements.in
48-
kfp-server-api==2.3.0
48+
kfp-server-api==2.4.0
4949
# via -r requirements.in
5050
kubernetes==30.1.0
5151
# via -r requirements.in

0 commit comments

Comments
 (0)