From 5ca232d803c435c1746b2d888cc8525b510dfc1f Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Thu, 14 Nov 2024 18:20:42 +0000 Subject: [PATCH] chore(api): release kfp-pipeline-spec 0.5.0 Signed-off-by: Chen Sun --- api/v2alpha1/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v2alpha1/python/setup.py b/api/v2alpha1/python/setup.py index 53ad2bc82e7..dccd702d231 100644 --- a/api/v2alpha1/python/setup.py +++ b/api/v2alpha1/python/setup.py @@ -15,7 +15,7 @@ import setuptools NAME = 'kfp-pipeline-spec' -VERSION = '0.4.0' +VERSION = '0.5.0' setuptools.setup( name=NAME, @@ -25,7 +25,7 @@ author_email='kubeflow-pipelines@google.com', url='https://github.com/kubeflow/pipelines', packages=setuptools.find_namespace_packages(include=['kfp.*']), - python_requires='>=3.9.0,<3.13.0', + python_requires='>=3.9.0', install_requires=['protobuf>=4.21.1,<5'], include_package_data=True, license='Apache 2.0',