From f5cf1dba8c788f9ca51175220054601e24274544 Mon Sep 17 00:00:00 2001 From: Valentyn Tymofieiev Date: Mon, 1 Apr 2024 17:17:21 -0700 Subject: [PATCH] Upgrade grpcio-tools --- playground/infrastructure/requirements.txt | 2 +- sdks/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/infrastructure/requirements.txt b/playground/infrastructure/requirements.txt index a05ab1d07924..cfbd67145b14 100644 --- a/playground/infrastructure/requirements.txt +++ b/playground/infrastructure/requirements.txt @@ -23,7 +23,7 @@ PyYAML==6.0 tqdm~=4.62.3 sonora==0.2.2 pydantic==1.10.2 -grpcio-tools==1.51.1 +grpcio-tools==1.62.1 protobuf==4.21.12 google-cloud-datastore==2.11.0 diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 9829671ccb72..32924a929775 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -21,7 +21,7 @@ requires = [ "setuptools", "wheel>=0.36.0", - "grpcio-tools==1.53.0", + "grpcio-tools==1.62.1", "mypy-protobuf==3.5.0", # Avoid https://github.com/pypa/virtualenv/issues/2006 "distlib==0.3.7",