From cd695fa62066bd39662cc8620155653c39ed8956 Mon Sep 17 00:00:00 2001 From: J Wyman Date: Thu, 16 Jul 2026 19:39:02 -0400 Subject: [PATCH] maint: Update GRPC version to 1.18.1 (#76) * maint: Update GRPC version to 1.18.1 This change updates the GRPC version use to generate and compile to v1.18.1 (from 1.54.3). * Apply suggestion from @yinggeh Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> --------- Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> (cherry picked from commit 490a7fcf1fc5e12bead82ed7de80cb2cf361c693) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d96c4a76..0e7dfa49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -113,7 +113,7 @@ ExternalProject_Add(curl ExternalProject_Add(grpc-repo PREFIX grpc-repo GIT_REPOSITORY "https://github.com/grpc/grpc.git" - GIT_TAG "v1.54.3" + GIT_TAG "v1.81.1" SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/grpc-repo/src/grpc" EXCLUDE_FROM_ALL ON CONFIGURE_COMMAND ""