Skip to content

Commit 45eabce

Browse files
committed
maintenance: Update grpcio Dependencies
This change updates the `grpcio` dependencies to `>=1.63.0` and removes the upper bound.
1 parent 194c7e7 commit 45eabce

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Dockerfile.QA

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,13 @@ 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+
<<<<<<< Updated upstream
356+
RUN pip3 install --upgrade "numpy<2" pillow attrdict future "grpcio>=1.63.0" requests gsutil \
357+
"awscli<=1.36.40" six "grpcio-channelz>=1.63.0" prettytable virtualenv \
358+
=======
359+
RUN pip3 install --upgrade "numpy<2" pillow attrdict future grpcio requests gsutil \
360+
"awscli<=1.36.40" six grpcio-channelz prettytable virtualenv \
361+
>>>>>>> Stashed changes
357362
check-jsonschema
358363

359364
# go needed for example go client test.

Dockerfile.sdk

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

8989
ENV CMAKE_POLICY_MINIMUM_REQUIRED=3.5
9090

@@ -169,7 +169,7 @@ RUN apt-get update && \
169169
python3-wheel \
170170
vim \
171171
wget && \
172-
pip3 install "grpcio<1.68" "grpcio-tools<1.68" && \
172+
pip3 install grpcio grpcio-tools && \
173173
apt-get clean && \
174174
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*;
175175

0 commit comments

Comments
 (0)