From 84fcba2762f6cd95e055ab0e1e5058a71ad8b2af Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Mon, 1 Apr 2024 18:00:51 -0700 Subject: Update grpc dependencies (#21) This makes it possible to build/install on macOS with Apple Silicon and python 3.12 --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0e82566..0fcd7fc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "grpcio==1.57", + "grpcio>=1.62.1", "protobuf>=4.22.0" ] @@ -40,6 +40,6 @@ reportImportCycles = false reportPrivateUsage = false [build-system] -requires = ["flit_core==3.7.1", "grpcio-tools>=1.51.1"] +requires = ["flit_core==3.7.1", "grpcio-tools>=1.62.1"] build-backend = "_build.backend" backend-path = ["."] -- cgit v1.2.3