diff options
author | Oleg Mitsura <oleg.mitsura@bell.ca> | 2022-05-31 18:10:04 -0400 |
---|---|---|
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2022-05-31 18:22:32 -0400 |
commit | 826cfd94ce636c5da62a616b6ce37980ec9f3f74 (patch) | |
tree | c8c55dcb284708db9e8fab62726612db771ae3d9 /ms/artifact-manager | |
parent | 4dbcb4c95a6e245d687de18602e00c3f91631b22 (diff) |
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 <oleg.mitsura@amdocs.com>
Diffstat (limited to 'ms/artifact-manager')
-rw-r--r-- | ms/artifact-manager/requirements/shared.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |