From ca08a8f479bb4eac8c66aa8a540bf811fa97d75a Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Mon, 25 Nov 2019 14:20:33 -0800 Subject: [PATCH] Update grpc to version that fixes typo in third_party/py/python_configure.bzl (#6235) See https://github.com/grpc/grpc/pull/20774 --- bazel/ray_deps_setup.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/ray_deps_setup.bzl b/bazel/ray_deps_setup.bzl index 06e7fb21d..64f6672a8 100644 --- a/bazel/ray_deps_setup.bzl +++ b/bazel/ray_deps_setup.bzl @@ -187,9 +187,9 @@ def ray_deps_setup(): github_repository( name = "com_github_grpc_grpc", - commit = "93e8830070e9afcbaa992c75817009ee3f4b63a0", + commit = "4790ab6d97e634a1ede983be393f3bb3c132b2f7", remote = "https://github.com/grpc/grpc", - sha256 = "b391a327429279f6f29b9ae7e5317cd80d5e9d49cc100e6d682221af73d984a6", + sha256 = "723853c36ea6d179d32a4f9f2f8691dbe0e28d5bbc521c954b34355a1c952ba5", patches = [ "//thirdparty/patches:grpc-cython-copts.patch", ],