From 2857975bf32b8a8730706b69e646b6b7908996e8 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Tue, 11 Mar 2025 17:23:37 -0700 Subject: [PATCH] upgrade grpcio and grpcio-tools to 1.71.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 98b8357e..7ff36afa 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ install_requires = [ "aiohttp==3.10.11", "aiohttp_cors==0.7.0", "aiofiles==24.1.0", - "grpcio==1.67.0", - "grpcio-tools==1.67.0", + "grpcio==1.71.0", + "grpcio-tools==1.71.0", "Jinja2==3.1.4", "numpy==2.0.0", "nuitka==2.5.1",