Skip to content

Commit 5000beb

Browse files
Electronic-Wastemahdikhashan
authored andcommitted
Upgrade grpcio version to v1.64.1 (kubeflow#2483)
Signed-off-by: Electronic-Waste <[email protected]> Signed-off-by: mahdikhashan <[email protected]>
1 parent c072d49 commit 5000beb

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

cmd/earlystopping/medianstop/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
protobuf>=4.21.12,<5
33
googleapis-common-protos==1.6.0
44
kubernetes==22.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
psutil==5.9.4
22
rfc3339>=6.2
3-
grpcio>=1.41.1
3+
grpcio>=1.64.1
44
googleapis-common-protos==1.6.0
55
tensorflow==2.16.1
66
protobuf>=4.21.12,<5

cmd/suggestion/hyperband/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
cloudpickle==0.5.6
33
numpy>=1.25.2
44
scikit-learn>=0.24.0

cmd/suggestion/hyperopt/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
cloudpickle==0.5.6
33
numpy>=1.25.2
44
scikit-learn>=0.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
protobuf>=4.21.12,<5
33
googleapis-common-protos==1.6.0
44
cython>=0.29.24

cmd/suggestion/nas/enas/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
googleapis-common-protos==1.6.0
33
cython>=0.29.24
44
tensorflow==2.16.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
protobuf>=4.21.12,<5
33
googleapis-common-protos==1.53.0
44
optuna==3.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
protobuf>=4.21.12,<5
33
googleapis-common-protos==1.53.0
44
numpy==1.25.2

cmd/suggestion/skopt/v1beta1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.41.1
1+
grpcio>=1.64.1
22
cloudpickle==0.5.6
33
# This is a workaround to avoid the following error.
44
# AttributeError: module 'numpy' has no attribute 'int'

sdk/python/v1beta1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"setuptools>=21.0.0",
2424
"urllib3>=1.15.1",
2525
"kubernetes>=27.2.0",
26-
"grpcio>=1.41.1",
26+
"grpcio>=1.64.1",
2727
"protobuf>=4.21.12,<5",
2828
]
2929

0 commit comments

Comments
 (0)