Skip to content

Commit 533eddc

Browse files
chensunGoogle Cloud Pipeline Components maintainers
authored and
Google Cloud Pipeline Components maintainers
committed
chore(components): support KFP SDK 2.10.*
Signed-off-by: Chen Sun <[email protected]> PiperOrigin-RevId: 698162967
1 parent c57e897 commit 533eddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/google-cloud/RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Deprecate `preview.custom_job` module.
55
* Fix default location in `v1.create_custom_training_job_from_component`.
66
* Update Docker image.
7-
* Bump supported KFP versions to `kfp>=2.6.0,<=2.10.0`.
7+
* Bump supported KFP versions to `kfp>=2.6.0,<2.11.0`.
88
* Support Python versions 3.12 and 3.13.
99

1010
## Release 2.17.0

components/google-cloud/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# Pin google-api-core version for the bug fixing in 1.31.5
8383
# https://github.com/googleapis/python-api-core/releases/tag/v1.31.5
8484
"google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
85-
"kfp>=2.6.0,<=2.10.0",
85+
"kfp>=2.6.0,<2.11.0",
8686
"google-cloud-aiplatform>=1.14.0,<2",
8787
"Jinja2>=3.1.2,<4",
8888
],

0 commit comments

Comments
 (0)