File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
3535 # 6.x aligns with 30.x+.
3636 # See for support tiers:
3737 # https://protobuf.dev/support/version-support/#python
38- ' protobuf= =6.31.1,<7.0' ,
38+ ' protobuf> =6.31.1,<7.0' ,
3939]
4040
4141[project .optional-dependencies ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ 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.6 ' ,
63+ ' kfp-pipeline-spec>= 2.14.3,<3 ' ,
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
@@ -69,7 +69,7 @@ dependencies = [
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.32 .1,<7.0' ,
72+ ' protobuf>=6.31 .1,<7.0' ,
7373 ' PyYAML>=5.3,<7' ,
7474 ' requests-toolbelt>=0.8.0,<2' ,
7575 ' tabulate>=0.8.6,<1' ,
You can’t perform that action at this time.
0 commit comments