From b4c3cd8cf2a25d2446898a9bf1a3be3c437bb2f7 Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Wed, 29 Dec 2021 13:13:20 +0800 Subject: [PATCH] [skip e2e] Update protobuf version (#14462) Signed-off-by: Jenny Li --- tests/python_client/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python_client/requirements.txt b/tests/python_client/requirements.txt index d55b1bf17b..5db02cf36d 100644 --- a/tests/python_client/requirements.txt +++ b/tests/python_client/requirements.txt @@ -30,3 +30,6 @@ pytest-random-order # for customize config test python-benedict==0.24.3 + +# version need to be consistent with protobuf used in pymilvus +protobuf==3.17.1 \ No newline at end of file