From 85d44713eb43c0e9867e8500a5f9fa45f20453d8 Mon Sep 17 00:00:00 2001 From: Tony Au-Yeung Date: Fri, 11 Oct 2024 19:55:18 -0500 Subject: [PATCH] build: Bump tritonclient deps to grpcio>=1.63.0 and protobuf>=5.26.1,<6 (#788) * Bump tritonclient grpcio dep * Update src/python/library/requirements/requirements_grpc.txt Co-authored-by: Jacky <18255193+kthui@users.noreply.github.com> * pre-commit fix --------- Co-authored-by: Jacky <18255193+kthui@users.noreply.github.com> --- src/python/library/requirements/requirements_grpc.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/python/library/requirements/requirements_grpc.txt b/src/python/library/requirements/requirements_grpc.txt index fd7ebe67d..4a51eb846 100644 --- a/src/python/library/requirements/requirements_grpc.txt +++ b/src/python/library/requirements/requirements_grpc.txt @@ -24,11 +24,8 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# There is memory leak in later Python GRPC (1.43.0 to be specific), -# use known working version until the memory leak is resolved in the future -# (see https://github.com/grpc/grpc/issues/28513) -grpcio>=1.41.0 +grpcio>=1.63.0 numpy>=1.19.1,<2 packaging>=14.1 -protobuf>=3.5.0,<5 +protobuf>=5.26.1,<6.0dev python-rapidjson>=0.9.1