From 36a6389af0f611dc49b4b969da52cf84d02ff5b1 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Thu, 27 Feb 2025 01:40:04 +0000 Subject: [PATCH] bump grpcio and grpcio-tools to 1.70.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index de242f54..45824329 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.68.0", - "grpcio-tools==1.68.0", + "grpcio==1.70.0", + "grpcio-tools==1.70.0", "Jinja2==3.1.4", "numpy==2.0.0", "nuitka==2.5.1",