Fix CI job errors due to protobuf dependencies 28/133028/1
authorLincoln Thurlow <lincoln@isi.edu>
Wed, 25 Jan 2023 18:53:56 +0000 (10:53 -0800)
committerLincoln Thurlow <lincoln@isi.edu>
Wed, 25 Jan 2023 18:53:56 +0000 (10:53 -0800)
commit38ad567f7704760c4252e2c13921d4aa20048316
treefaf93eb618401612a5cf916d7a621651030d5437
parente92bb200a207150c732898285cfcb110c7eb9eb9
Fix CI job errors due to protobuf dependencies

Pin python protobuf package to 3.6.1 for all of the conductor.
By explicitly pinning the protobuf package in conductor's
requirement.txt file we force pip to install protobuf version
3.6.1, which is the minimum needed version for etcd3 to work.

This pinning prevents pip from installing a version of protobuf
3.20.X and above, which causes CI jobs to fail due to the
breaking changes introduced in 3.20.X protobuf.

Issue-ID: OPTFRA-1132
Signed-off-by: Lincoln Thurlow <lincoln@isi.edu>
Change-Id: If1b1be4810cb65be15e0b60d904b4027e6dce428
conductor/requirements.txt