From 2b59605ec386a9933d9e17f1737494fe35039e6b Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:40:08 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0879446dd0..83225b4b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ dependencies = [ "ansys-tools-visualization-interface>=0.2.6,<1", "attrs!=24.3.0", "beartype>=0.11.0,<0.20", - "grpcio>=1.35.0,<1.68", - "grpcio-health-checking>=1.45.0,<1.68", + "grpcio>=1.35.0,<2", + "grpcio-health-checking>=1.45.0,<2", "numpy>=1.20.3,<3", "Pint>=0.18,<1", "protobuf>=3.20.2,<6",