Skip to content

Commit 7d7621c

Browse files
committed
chore: update deps
Signed-off-by: zazulam <[email protected]>
1 parent aeb6d34 commit 7d7621c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/v2alpha1/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

sdk/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)