Skip to content

Commit 5f35f90

Browse files
build: limit upper version on grpcio & grpcio-health-checking to 1.68 (#1544)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 31c1dfe commit 5f35f90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/1544.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
limit upper version on grpcio & grpcio-health-checking to 1.68

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies = [
2727
"ansys-tools-path>=0.3,<1",
2828
"ansys-tools-visualization-interface>=0.2.6,<1",
2929
"beartype>=0.11.0,<0.20",
30-
"grpcio>=1.35.0,<2",
31-
"grpcio-health-checking>=1.45.0,<2",
30+
"grpcio>=1.35.0,<1.68",
31+
"grpcio-health-checking>=1.45.0,<1.68",
3232
"numpy>=1.20.3,<3",
3333
"Pint>=0.18,<1",
3434
"protobuf>=3.20.2,<6",

0 commit comments

Comments
 (0)