From 826cfd94ce636c5da62a616b6ce37980ec9f3f74 Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Tue, 31 May 2022 18:10:04 -0400 Subject: CCSDK-3682 pin protobuf to 3.20.1 Issue-ID: CCSDK-3682 protobuf gets updated to a later version (without pinning), which is not compatible with protoc, as well as we need to keep it consistent with SO proto version. Change-Id: I7b35503e7f2997cc56e131ad4775a41a942eeac5 Signed-off-by: Oleg Mitsura --- ms/artifact-manager/requirements/shared.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ms/artifact-manager') diff --git a/ms/artifact-manager/requirements/shared.txt b/ms/artifact-manager/requirements/shared.txt index 971d4a82e..36e93a367 100644 --- a/ms/artifact-manager/requirements/shared.txt +++ b/ms/artifact-manager/requirements/shared.txt @@ -1,3 +1,4 @@ grpcio-tools==1.25.0 +protobuf==3.20.1 onappylog==1.0.9 click==7.0 -- cgit 1.2.3-korg