From b34c2b73f5ac603c779661d5a4362fa7ffebce01 Mon Sep 17 00:00:00 2001 From: Adler Weber Date: Fri, 24 May 2024 22:17:28 -0400 Subject: [PATCH] Upgrade grpcio to v1.64 --- extra-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra-requirements.txt b/extra-requirements.txt index 2c8de1b058d8d..0836729494055 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -27,9 +27,9 @@ numpy: core protobuf>=3.19.0: core -grpcio>=1.46.0,<=1.57.0: core -grpcio-reflection>=1.46.0,<=1.57.0: core -grpcio-health-checking>=1.46.0,<=1.57.0: core +grpcio>=1.46.0,<=1.64.0: core +grpcio-reflection>=1.46.0,<=1.64.0: core +grpcio-health-checking>=1.46.0,<=1.64.0: core pyyaml>=5.3.1: core packaging>=20.0: core docarray>=0.16.4: core