[object Object]

← back to Exo

upgrade grpcio and grpcio-tools to 1.71.0

2857975bf32b8a8730706b69e646b6b7908996e8 · 2025-03-11 17:23:37 -0700 · Alex Cheema

Files touched

Diff

commit 2857975bf32b8a8730706b69e646b6b7908996e8
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Tue Mar 11 17:23:37 2025 -0700

    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",

← f98d9bac Changes required to detect AMD GPUs  ·  back to Exo  ·  m3 ultra flops estimates based on some quick profiling 50b6800a →