diff --git a/pyproject.toml b/pyproject.toml index e8320d30bb..4a2312b3a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "googleapis-common-protos>=1.57", # Skipping those versions to account for the unwanted output coming from grpcio and grpcio-status. # Issue being tracked in https://github.com/flyteorg/flyte/issues/6082. - "grpcio!=1.68.0,!=1.68.1", - "grpcio-status!=1.68.0,!=1.68.1", + "grpcio<=1.68.0", + "grpcio-status<=1.68.0", "importlib-metadata", "joblib", "jsonlines",