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

Forbid protobuf 4.x in requirements #508

Merged
merged 1 commit into from
Oct 1, 2022
Merged

Conversation

justheuristic
Copy link
Member

@justheuristic justheuristic commented Sep 18, 2022

It was found that newer versions of protobuf (starting from 4.0) are incompatible with hivemind: more specifically, these versions prevent CI from passing. As a temporary solution, this PR constrains the version of protobuf to be smaller than 4.0.0.

@justheuristic justheuristic requested a review from mryab September 18, 2022 00:33
@codecov
Copy link

codecov bot commented Sep 18, 2022

Codecov Report

Merging #508 (636bf8b) into master (131f82c) will decrease coverage by 0.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #508      +/-   ##
==========================================
- Coverage   86.42%   86.28%   -0.14%     
==========================================
  Files          81       81              
  Lines        7919     7919              
==========================================
- Hits         6844     6833      -11     
- Misses       1075     1086      +11     
Impacted Files Coverage Δ
hivemind/dht/node.py 91.46% <0.00%> (-1.43%) ⬇️
hivemind/averaging/matchmaking.py 87.76% <0.00%> (-1.20%) ⬇️
hivemind/optim/progress_tracker.py 97.80% <0.00%> (-1.10%) ⬇️
hivemind/utils/asyncio.py 99.21% <0.00%> (-0.79%) ⬇️
hivemind/utils/mpfuture.py 95.02% <0.00%> (+0.90%) ⬆️

@mryab mryab changed the title [fix build] forbid protobuf 4.x Forbid protobuf 4.x in requirements Sep 28, 2022
Copy link
Member

@mryab mryab left a comment

Choose a reason for hiding this comment

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

Please create a corresponding issue before merging, so that we don't forget about this

@justheuristic justheuristic merged commit e9f35b5 into master Oct 1, 2022
@justheuristic justheuristic deleted the justheuristic-patch-2 branch October 1, 2022 22:12
mryab pushed a commit that referenced this pull request Oct 19, 2022
forbid protobuf 4.x for now

(cherry picked from commit e9f35b5)
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.

2 participants