feast
feast copied to clipboard
fix: Move gRPC dependencies to an extra
PR #3687 added a spiffy feature to ingest streaming features, but this came along with a large batch of depdencies. Notable this induces a core dependency on protobuf>=4.21.6
while Feast itself is on protobuf<4.23.4,>3.20
. This is a fiddly narrow range and excludes all 3.x uses.
What does this PR need to move forward?
cc @franciscojavierarceo per dev call
Rebased.
This PR has been approved for a few weeks. What's the next step for getting it merged?
Rebased.
This PR has been approved for a few weeks. What's the next step for getting it merged?
@cburroughs I'll merge it once the testes finished. thanks
Not sure what's wrong with the java test, mind do a rebase and see if that works?
Not sure what's wrong with the java test, mind do a rebase and see if that works?
It had a separate pip install
step that needed to be aware of the new extra. Appears green now.