From bb7ec546203aa284844e2469c53ff835c0c9c885 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Wed, 3 Apr 2024 15:31:22 -0600 Subject: [PATCH] Update grpc dependencies (#81) This makes it possible to build on macOS with Apple Silicon and python 3.12 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4fc950..8ea0339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ classifiers = [ "License :: OSI Approved :: Apache Software License" ] dependencies = [ - "bt-test-interfaces>=0.0.4", + "bt-test-interfaces>=0.0.6", "bumble>=0.0.186", "protobuf==4.24.2", - "grpcio==1.57", + "grpcio>=1.62.1", "mobly==1.12.2", "portpicker>=1.5.2", ] @@ -25,8 +25,8 @@ avatar = "avatar:main" [project.optional-dependencies] dev = [ - "rootcanal==1.10.0", - "grpcio-tools>=1.57", + "rootcanal>=1.10.0", + "grpcio-tools>=1.62.1", "pyright==1.1.298", "mypy==1.5.1", "black==23.7.0",