diff --git a/doc/changelog.d/617.dependencies.md b/doc/changelog.d/617.dependencies.md new file mode 100644 index 000000000..cefc8e6c7 --- /dev/null +++ b/doc/changelog.d/617.dependencies.md @@ -0,0 +1 @@ +Update grpcio requirement from <1.71,>=1.50.0 to >=1.50.0,<1.73 in the grpc-deps group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 69b6934cc..3923a5ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers=[ ] dependencies=[ "protobuf>=3.20,<7", - "grpcio>=1.50.0,<1.71", + "grpcio>=1.50.0,<1.73", "grpcio-health-checking>=1.45.0,<1.68", "ansys-api-speos==0.15.2", "ansys-tools-path>=0.3.1",