Skip to content

Commit

Permalink
chore(components): support KFP SDK 2.10.*
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <[email protected]>
PiperOrigin-RevId: 698162967
  • Loading branch information
chensun authored and Google Cloud Pipeline Components maintainers committed Nov 19, 2024
1 parent c57e897 commit 533eddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Deprecate `preview.custom_job` module.
* Fix default location in `v1.create_custom_training_job_from_component`.
* Update Docker image.
* Bump supported KFP versions to `kfp>=2.6.0,<=2.10.0`.
* Bump supported KFP versions to `kfp>=2.6.0,<2.11.0`.
* Support Python versions 3.12 and 3.13.

## Release 2.17.0
Expand Down
2 changes: 1 addition & 1 deletion components/google-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# Pin google-api-core version for the bug fixing in 1.31.5
# https://github.com/googleapis/python-api-core/releases/tag/v1.31.5
"google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"kfp>=2.6.0,<=2.10.0",
"kfp>=2.6.0,<2.11.0",
"google-cloud-aiplatform>=1.14.0,<2",
"Jinja2>=3.1.2,<4",
],
Expand Down

0 comments on commit 533eddc

Please sign in to comment.