@@ -48,7 +48,7 @@ dependencies = [
4848 # the following in this folder:
4949 # pip-compile --no-emit-index-url requirements.in
5050
51- ' click= =8.1.8' ,
51+ ' click> =8.1.8' ,
5252 ' click-option-group==0.5.7' ,
5353 ' docstring-parser>=0.7.3,<1' ,
5454 # Pin google-api-core version for the bug fixing in 1.31.5',
@@ -60,16 +60,16 @@ dependencies = [
6060 # pin kfp-pipeline-spec to an exact version, since this is the contract between a given KFP
6161 # SDK version and the BE. we don't want old version of the SDK to write new fields and to
6262 # have the BE reject the new unsupported field (even if the new field backward compatible from a proto perspective)
63- ' kfp-pipeline-spec==2.14.0 ' ,
63+ ' kfp-pipeline-spec==2.14.6 ' ,
6464 # Update the upper version whenever a new major version of the
6565 # kfp-server-api package is released.
6666 # Update the lower version when kfp sdk depends on new apis/fields in
6767 # kfp-server-api
68- ' kfp-server-api>=2.14.0 ,<3' ,
68+ ' kfp-server-api>=2.14.3 ,<3' ,
6969 ' kubernetes>=8.0.0,<31' ,
7070 # protobuf version should be identical to the one in kfp-pipeline-spec
7171 # api/v2alpha1/python/requirements.txt
72- ' protobuf==6.31 .1,<7.0' ,
72+ ' protobuf==6.32 .1,<7.0' ,
7373 ' PyYAML>=5.3,<7' ,
7474 ' requests-toolbelt>=0.8.0,<2' ,
7575 ' tabulate>=0.8.6,<1' ,
0 commit comments