Browse Source

bump grpcio and grpcio-tools to 1.70.0

Alex Cheema 2 months ago
parent
commit
36a6389af0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

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