Skip to content

Commit cdf9687

Browse files
committed
maintenance: Update grpcio Dependencies
This change updates the `grpcio` dependencies to `>=1.63.0` and removes the upper bound.
1 parent 7ed7d01 commit cdf9687

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.QA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
352352
RUN rm -f /usr/bin/python && \
353353
ln -s /usr/bin/python3 /usr/bin/python
354354

355-
RUN pip3 install --upgrade "numpy<2" pillow attrdict future "grpcio<1.68" requests gsutil \
356-
"awscli<=1.36.40" six "grpcio-channelz<1.68" prettytable virtualenv \
355+
RUN pip3 install --upgrade "numpy<2" pillow attrdict future grpcio requests gsutil \
356+
"awscli<=1.36.40" six grpcio-channelz prettytable virtualenv \
357357
check-jsonschema
358358

359359
# go needed for example go client test.

Dockerfile.sdk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN apt-get update && \
8383
software-properties-common \
8484
vim \
8585
wget && \
86-
pip3 install --upgrade "grpcio-tools<1.68" cmake==4.0.3 auditwheel
86+
pip3 install --upgrade grpcio-tools cmake==4.0.3 auditwheel
8787

8888
ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
8989

@@ -182,7 +182,7 @@ RUN apt-get update && \
182182
python3-wheel \
183183
vim \
184184
wget && \
185-
pip3 install "grpcio<1.68" "grpcio-tools<1.68" && \
185+
pip3 install grpcio grpcio-tools && \
186186
apt-get clean && \
187187
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*;
188188

0 commit comments

Comments
 (0)