From 1e2e67fe150b2c69877049e376207bd6c15aaabe Mon Sep 17 00:00:00 2001 From: J Wyman Date: Thu, 16 Jul 2026 19:38:56 -0400 Subject: [PATCH] update grpcio requirement (#1030) * update grpcio requirement * Update pyproject.toml Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> * remove accidentally added file --------- Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> (cherry picked from commit 81158929c5f985a97981bc72624205d7607de4cf) --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58161cc9..59fc2438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ dependencies = [ "distro>=1.5.0", "docker>=4.3.1", "gevent>=22.08.0", - "grpcio>=1.63.0,<1.68", + "grpcio>=1.81.1", "httplib2>=0.19.0", "importlib_metadata>=7.1.0", "matplotlib>=3.3.4", @@ -110,4 +110,3 @@ line_length = 88 balanced_wrapping = true indent = " " skip = ["build"] -