File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ commands:
20
20
virtualenv --python=python2.7 --always-copy venv
21
21
. venv/bin/activate
22
22
pip install 'wheel>=0.29.0'
23
- # Install pinned verison of proobuf first,
24
- # as opentracing in the core requirements
25
- # would pull in a newer one
26
- pip install 'protobuf<4.0.0'
27
23
pip install -r requirements.txt
28
24
pip install -r <<parameters.requirements>>
29
25
Original file line number Diff line number Diff line change 3
3
4
4
# Module version file. Used by setup.py and snapshot reporting.
5
5
6
- VERSION = '1.37.2 '
6
+ VERSION = '1.37.3 '
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ def check_setuptools():
64
64
'certifi>=2018.4.16' ,
65
65
'fysom>=2.1.2' ,
66
66
'opentracing>=2.3.0' ,
67
+ 'protobuf<4.0.0' ,
67
68
'requests>=2.6.0' ,
68
69
'six>=1.12.0' ,
69
70
'urllib3<1.27,>=1.26.5' ],
You can’t perform that action at this time.
0 commit comments