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/py-executor | |
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/py-executor')
-rw-r--r-- | ms/py-executor/requirements/shared.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/py-executor/requirements/shared.txt b/ms/py-executor/requirements/shared.txt index 228320120..1086e48b9 100644 --- a/ms/py-executor/requirements/shared.txt +++ b/ms/py-executor/requirements/shared.txt @@ -1,5 +1,6 @@ grpcio==1.25.0 grpcio-tools==1.25.0 +protobuf==3.20.1 configparser==4.0.2 requests==2.22.0 ncclient==0.6.6 |