Browse Source

ref: upgrade grpcio to a version which is built for 3.10 (#36988)

anthony sottile 2 years ago
parent
commit
6df6c799ef
3 changed files with 3 additions and 4 deletions
  1. 1 2
      requirements-base.txt
  2. 1 1
      requirements-dev-frozen.txt
  3. 1 1
      requirements-frozen.txt

+ 1 - 2
requirements-base.txt

@@ -84,8 +84,7 @@ kombu>=4.6.11
 # Note, grpcio>1.30.0 requires setting GRPC_POLL_STRATEGY=epoll1
 # See https://github.com/grpc/grpc/issues/23796 and
 # https://github.com/grpc/grpc/blob/v1.35.x/doc/core/grpc-polling-engines.md#polling-engine-implementations-in-grpc
-# Please leave it at 1.40.0 if you can, otherwise this will require canary testing to make sure ingestion doesn't blow up.
-grpcio>=1.40.0
+grpcio>=1.47.0
 
 # not directly used, but provides a speedup for redis
 hiredis>=0.3.1

+ 1 - 1
requirements-dev-frozen.txt

@@ -53,7 +53,7 @@ google-crc32c==1.1.2
 google-resumable-media==1.3.3
 googleapis-common-protos[grpc]==1.56.2
 grpc-google-iam-v1==0.12.4
-grpcio==1.40.0
+grpcio==1.47.0
 h11==0.13.0
 hiredis==0.3.1
 honcho==1.0.0

+ 1 - 1
requirements-frozen.txt

@@ -39,7 +39,7 @@ google-crc32c==1.1.2
 google-resumable-media==1.3.3
 googleapis-common-protos[grpc]==1.56.2
 grpc-google-iam-v1==0.12.4
-grpcio==1.40.0
+grpcio==1.47.0
 h11==0.13.0
 hiredis==0.3.1
 idna==2.10