Skip to content

Commit

Permalink
chore(components): bump highest support KFP SDK version to 2.10.0 and…
Browse files Browse the repository at this point in the history
… highest support Python version to 3.13

Signed-off-by: Chen Sun <[email protected]>
PiperOrigin-RevId: 695530371
  • Loading branch information
chensun authored and Google Cloud Pipeline Components maintainers committed Nov 12, 2024
1 parent 1708ce7 commit bb0eb1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* 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`.
* Support Python versions 3.12 and 3.13.

## Release 2.17.0
* Fix Gemini batch prediction support to `v1.model_evaluation.autosxs_pipeline` after output schema change.
Expand Down
6 changes: 4 additions & 2 deletions components/google-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
],
},
include_package_data=True,
python_requires=">=3.8.0,<3.12.0",
python_requires=">=3.8.0,<=3.13.0",
install_requires=[
# 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.7.0",
"kfp>=2.6.0,<=2.10.0",
"google-cloud-aiplatform>=1.14.0,<2",
"Jinja2>=3.1.2,<4",
],
Expand All @@ -108,6 +108,8 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
Expand Down

0 comments on commit bb0eb1d

Please sign in to comment.