diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6b02938cdb8..52c3f798316e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,7 @@ jobs: go install github.com/GeertJohan/go.rice/rice@latest # The python3-grpc-tools package in 22.04 is too old - pip install --user grpcio-tools + pip install --user grpcio-tools==1.71.0 grpcio==1.71.0 make -C backend/python/transformers @@ -223,7 +223,7 @@ jobs: - name: Dependencies run: | brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm - pip install --user --no-cache-dir grpcio-tools + pip install --user --no-cache-dir grpcio-tools==1.71.0 grpcio==1.71.0 go install github.com/GeertJohan/go.rice/rice@latest - name: Test run: | diff --git a/Dockerfile b/Dockerfile index 31509f98eb7a..4aa0e4fd4874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pip install --upgrade pip # Install grpcio-tools (the version in 22.04 is too old) -RUN pip install --user grpcio-tools +RUN pip install --user grpcio-tools==1.71.0 grpcio==1.71.0 ################################### ################################### diff --git a/backend/python/bark/requirements.txt b/backend/python/bark/requirements.txt index 05ca042032f0..2f40b3208b1f 100644 --- a/backend/python/bark/requirements.txt +++ b/backend/python/bark/requirements.txt @@ -1,4 +1,4 @@ bark==0.1.5 -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi \ No newline at end of file diff --git a/backend/python/chatterbox/requirements.txt b/backend/python/chatterbox/requirements.txt index e625817dfba6..a365b4a1b3e8 100644 --- a/backend/python/chatterbox/requirements.txt +++ b/backend/python/chatterbox/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi packaging diff --git a/backend/python/common/template/requirements.txt b/backend/python/common/template/requirements.txt index bba6ad3d1d6f..e4d843df20c4 100644 --- a/backend/python/common/template/requirements.txt +++ b/backend/python/common/template/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf grpcio-tools \ No newline at end of file diff --git a/backend/python/coqui/requirements.txt b/backend/python/coqui/requirements.txt index c7dde18e4751..108d30ba17b6 100644 --- a/backend/python/coqui/requirements.txt +++ b/backend/python/coqui/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi packaging==24.1 \ No newline at end of file diff --git a/backend/python/diffusers/requirements.txt b/backend/python/diffusers/requirements.txt index 6ee7fc78f6d3..8cfe88a71533 100644 --- a/backend/python/diffusers/requirements.txt +++ b/backend/python/diffusers/requirements.txt @@ -1,5 +1,5 @@ setuptools -grpcio==1.72.1 +grpcio==1.71.0 pillow protobuf certifi diff --git a/backend/python/exllama2/requirements.txt b/backend/python/exllama2/requirements.txt index 760bfd0f47f7..ed8ffec4789a 100644 --- a/backend/python/exllama2/requirements.txt +++ b/backend/python/exllama2/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi wheel diff --git a/backend/python/faster-whisper/requirements.txt b/backend/python/faster-whisper/requirements.txt index bba6ad3d1d6f..e4d843df20c4 100644 --- a/backend/python/faster-whisper/requirements.txt +++ b/backend/python/faster-whisper/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf grpcio-tools \ No newline at end of file diff --git a/backend/python/kokoro/requirements.txt b/backend/python/kokoro/requirements.txt index 9456cb393ba6..cf0f01433dd3 100644 --- a/backend/python/kokoro/requirements.txt +++ b/backend/python/kokoro/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf phonemizer scipy diff --git a/backend/python/rerankers/requirements.txt b/backend/python/rerankers/requirements.txt index 4b2608d9d1df..931cb1469e44 100644 --- a/backend/python/rerankers/requirements.txt +++ b/backend/python/rerankers/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi \ No newline at end of file diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index f6abf94c59de..e5d513e1db4c 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf==6.31.0 certifi setuptools diff --git a/backend/python/vllm/requirements.txt b/backend/python/vllm/requirements.txt index 529ffde6debe..f1771cc4adb4 100644 --- a/backend/python/vllm/requirements.txt +++ b/backend/python/vllm/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.72.1 +grpcio==1.71.0 protobuf certifi setuptools \ No newline at end of file