File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
python -m pip install --upgrade pip
26
26
python -m pip install tox tox-gh-actions
27
27
pip install coveralls
28
- wget https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1 /protoc-3.6.1 -linux-x86_64.zip
29
- unzip protoc-3.6.1 -linux-x86_64.zip
28
+ wget https://github.com/protocolbuffers/protobuf/releases/download/v21.6 /protoc-21.6 -linux-x86_64.zip
29
+ unzip protoc-21.6 -linux-x86_64.zip
30
30
sudo cp bin/protoc /usr/bin/protoc && sudo chmod 777 /usr/bin/protoc
31
31
sudo cp -r include/. /usr/include && sudo chmod -R +r /usr/include/google
32
32
protoc --version
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def run(self):
135
135
'inflection' ,
136
136
'google-auth>=1.34.0' ,
137
137
'mutablerecords>=0.4.1' ,
138
- 'protobuf>=3.6.0,<4.0 ' ,
138
+ 'protobuf>=3.6.0' ,
139
139
'PyYAML>=3.13' ,
140
140
'pyOpenSSL>=17.1.0' ,
141
141
'requests>=2.27.1' ,
You can’t perform that action at this time.
0 commit comments