From ba7ef899c27d71c84ef5dd7fcea3f1697498668e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 18:13:24 +0000 Subject: [PATCH] chore(deps): update dependency protobuf to v4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd2a3aa2..79f6f7b6 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "sklearn": ["scikit-learn"], "onnx": ["onnx"], "onnxruntime": [ - "protobuf==3.20.1", + "protobuf==4.21.4", "onnxruntime", ], # TODO - see if it can be merged with onnx "catboost": ["catboost"],