Skip to content

Commit ef1ec23

Browse files
committed
chore(deps): bump grpcio to 1.67.1
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3422d21 commit ef1ec23

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
accelerate
22
auto-gptq==0.7.1
3-
grpcio==1.67.0
3+
grpcio==1.67.1
44
protobuf
55
certifi
66
transformers

backend/python/bark/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bark==0.1.5
2-
grpcio==1.67.0
2+
grpcio==1.67.1
33
protobuf
44
certifi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
grpcio-tools

backend/python/coqui/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi
44
packaging==24.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools
2-
grpcio==1.67.0
2+
grpcio==1.67.1
33
pillow
44
protobuf
55
certifi

backend/python/exllama2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi
44
wheel

backend/python/mamba/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi

backend/python/openvoice/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
intel-extension-for-pytorch
33
torch
44
optimum[openvino]
5-
grpcio==1.67.0
5+
grpcio==1.67.1
66
protobuf
77
librosa==0.9.1
88
faster-whisper==0.9.0

backend/python/openvoice/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
librosa
44
faster-whisper
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
certifi
33
llvmlite==0.43.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi

backend/python/sentencetransformers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi
44
datasets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
scipy==1.14.0
44
certifi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi
44
setuptools==69.5.1 # https://github.com/mudler/LocalAI/issues/2406
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi

backend/python/vllm/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "x${BUILD_TYPE}" == "x" ] && [ "x${FROM_SOURCE}" == "xtrue" ]; then
2222
git clone https://github.com/vllm-project/vllm
2323
fi
2424
pushd vllm
25-
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.67.0 protobuf bitsandbytes
25+
uv pip install wheel packaging ninja "setuptools>=49.4.0" numpy typing-extensions pillow setuptools-scm grpcio==1.67.1 protobuf bitsandbytes
2626
uv pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu
2727
VLLM_TARGET_DEVICE=cpu python setup.py install
2828
popd

backend/python/vllm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.67.0
1+
grpcio==1.67.1
22
protobuf
33
certifi
44
setuptools

0 commit comments

Comments
 (0)