Rahul Mehta
10/11/2022, 4:52 PM<http://requirements.in|requirements.in>
file that includes flytekit~=1.2.0
(to allow the patch version to float), and pip-compile
is failing with the following deps error:
There are incompatible versions in the resolved dependencies:
protobuf<4.0.0,>=3.5.0 (from flyteidl==1.1.21->flytekit==1.2.1->-r <http://requirements.in|requirements.in> (line 1))
protobuf<4,>=3.6.1 (from flytekit==1.2.1->-r <http://requirements.in|requirements.in> (line 1))
protobuf>=4.21.3 (from grpcio-status==1.49.1->flytekit==1.2.1->-r <http://requirements.in|requirements.in> (line 1))
Curious how the build is passing in the flytekit repo given this? Do we need to more tightly pin grpcio-status
?Andrew Achkar
10/11/2022, 4:57 PMKevin Su
10/11/2022, 6:08 PMYee
Rahul Mehta
10/11/2022, 7:16 PM