From 246407f10c316859d9fcecc0df4cb295aba70e24 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 6 May 2024 10:53:57 -0700 Subject: [PATCH] Remove gRPC version lock --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3c2d2035..467956767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cryptography>=3.3.2 distro>=1.5.0 docker>=4.3.1 gevent>=22.08.0 -grpcio<=1.59.3 # 1.60.0 has broken L0_ssl_grpc. The client gets corrupted and can't connect +grpcio>=1.41.0 httplib2>=0.19.0 matplotlib>=3.3.4 numba>=0.51.2