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

chore: rebuild with and require protobuf 5.28.3 to silence grpc minor… #62

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

dwelch-spike
Copy link
Contributor

… version difference warnings vec-420

@rahul-aerospike Looks like those warnings we are seeing were rolled back in the next version of protobuf protocolbuffers/protobuf#18096 . Upgrading the required protobuf version removes the warnings for me. It seems like grpcio-tools current protoc version is set to 5.27 for now so I don't think we can build with a newer protoc until they upgrade that.

Once we cut another release with these changes the warnings should disappear.

Copy link
Contributor

@rahul-aerospike rahul-aerospike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks goods; versions are updated .

@dwelch-spike dwelch-spike merged commit 11fe217 into main Oct 30, 2024
11 of 13 checks passed
@dwelch-spike dwelch-spike deleted the vec-420 branch October 30, 2024 21:31
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.52%. Comparing base (b87d851) to head (0a1ee3f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   71.52%   71.52%           
=======================================
  Files          25       25           
  Lines        2286     2286           
=======================================
  Hits         1635     1635           
  Misses        651      651           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants