From b9872b8b22bf8983428479d99379ea97f970c0ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:07:43 +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 526b3356..2fab4607 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "scipy": ["scipy"], "onnx": ["onnx"], "onnxruntime": [ - "protobuf==3.20.1", + "protobuf==4.24.3", "onnxruntime<1.14", ], # TODO - see if it can be merged with onnx "catboost": ["catboost"],