From 0f525d07e7bd1a9937f30af87e6c97ee88b74748 Mon Sep 17 00:00:00 2001 From: "Mayank Jain (SW-TEGRA)" Date: Mon, 23 Feb 2026 23:14:19 +0530 Subject: [PATCH 1/2] relax constraints on requirments --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e4b2d2..9116335 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools==78.1.1 -grpcio==1.67.1 -grpcio-tools==1.67.1 -websockets==15.0.1 +grpcio>=1.67.1,<2 +grpcio-tools>=1.67.1,<2 +websockets>=15.0.1,<16 From 01052f2948c0950b941a2ce21ffcc99ed89ed390 Mon Sep 17 00:00:00 2001 From: jmayank1511 <44773097+jmayank1511@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:32:55 +0530 Subject: [PATCH 2/2] remove setuptools dependency --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9116335..96a9473 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -setuptools==78.1.1 grpcio>=1.67.1,<2 grpcio-tools>=1.67.1,<2 websockets>=15.0.1,<16