[object Object]

← back to Exo

downgrade grpcio, grpcio-tools to 1.70.0

ad3bc6ceaa57832895986925377696ac05bf52b3 · 2025-03-21 15:23:11 -0700 · Alex Cheema

Files touched

Diff

commit ad3bc6ceaa57832895986925377696ac05bf52b3
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Mar 21 15:23:11 2025 -0700

    downgrade grpcio, 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 7ff36afa..6f922c43 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.71.0",
-  "grpcio-tools==1.71.0",
+  "grpcio==1.70.0",
+  "grpcio-tools==1.70.0",
   "Jinja2==3.1.4",
   "numpy==2.0.0",
   "nuitka==2.5.1",

← 50b6800a m3 ultra flops estimates based on some quick profiling  ·  back to Exo  ·  Add CODEOWNERS. db1a5252 →