Skip to content

Commit 749e171

Browse files
authored
Fix gRPC SSL support (#801)
* use older version of grpcio * update comment
1 parent a2f6914 commit 749e171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cryptography>=3.3.2
1616
distro>=1.5.0
1717
docker>=4.3.1
1818
gevent>=22.08.0
19+
grpcio<=1.59.3 # 1.60.0 has broken L0_ssl_grpc. The client gets corrupted and can't connect
1920
httplib2>=0.19.0
2021
matplotlib>=3.3.4
2122
numba>=0.51.2

0 commit comments

Comments
 (0)