Skip to content

Commit aeb6d34

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

backend/api/v2beta1/python_http_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords = [
3131
readme = 'README.md'
3232
requires-python = '>=3.9.0'
3333
license = 'Apache-2.0'
34-
licese-files = ['LICENSE']
34+
license-files = ['LICENSE']
3535
dependencies = [
3636
'urllib3 >= 1.15',
3737
'six >= 1.10',

kubernetes_platform/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# protobuf version should be identical to the one in kfp-pipeline-spec
3232
# api/v2alpha1/python/pyroject.toml
3333
'protobuf==6.31.1,<7.0',
34-
'kfp>=2.14.0,<3',
34+
'kfp>=2.14.6,<3',
3535
]
3636

3737
[project.optional-dependencies]

sdk/python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)