From 860d86093d599f15687d0fc188ef2212482b4726 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Fri, 13 Sep 2024 22:45:02 +0200 Subject: [PATCH] Use correct version --- dev/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/pyproject.toml b/dev/pyproject.toml index ba64c36d713d..1b2e8dc870e4 100644 --- a/dev/pyproject.toml +++ b/dev/pyproject.toml @@ -13,7 +13,7 @@ description = "Small utility compiling useful scripts" license = "Apache-2.0" dependencies = [ "typer", - "grpcio-tools==1.66.1", + "grpcio-tools==1.60.0", "protobuf>=4.25.2,<5.0.0", "mypy-protobuf==3.2.0", "types-protobuf==3.19.18",