From 04ccfd9b2ea5f0a8bd3981ba97adc28718b43c3d Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:36:40 -0300 Subject: [PATCH] Upgrade grpc tools to 1.45 --- python-examples/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-examples/requirements.txt b/python-examples/requirements.txt index f731f0c..76695fd 100644 --- a/python-examples/requirements.txt +++ b/python-examples/requirements.txt @@ -1,3 +1,3 @@ -grpcio==1.44.0 -grpcio-tools==1.44.0 +grpcio==1.45.0 +grpcio-tools==1.45.0 mypy-protobuf==3.2.0