Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Explicit protobuf build version; consistent build/setup deps #136

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

zabarn
Copy link

@zabarn zabarn commented Sep 4, 2024

What this PR does / why we need it:

Runtime issues were being thrown in projects depending on Feast because of incompatible protobuf and grpcio-tools versions and how they were installed.

This PR forces compatibility between the two by adding them to the setup dependencies, and pins the protobuf version to 4.25.4, which is required by our Go unit tests.

Which issue(s) this PR fixes:

No Jira ticket but follows: feast-dev#4472

Fixes

@zabarn zabarn changed the title noop test go build: Explicit protobuf build version; consistent build/setup deps Sep 4, 2024
@zabarn zabarn marked this pull request as ready for review September 4, 2024 15:44
@zabarn zabarn added the do not merge This issue or pull request is not safe to merge. label Sep 11, 2024
@zabarn zabarn marked this pull request as draft September 11, 2024 15:41
@zabarn zabarn removed the do not merge This issue or pull request is not safe to merge. label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant