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:
2020 virtualenv --python=python2.7 --always-copy venv
2121 . venv/bin/activate
2222 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'
2723 pip install -r requirements.txt
2824 pip install -r <<parameters.requirements>>
2925
Original file line number Diff line number Diff line change 33
44# Module version file. Used by setup.py and snapshot reporting.
55
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():
6464 'certifi>=2018.4.16' ,
6565 'fysom>=2.1.2' ,
6666 'opentracing>=2.3.0' ,
67+ 'protobuf<4.0.0' ,
6768 'requests>=2.6.0' ,
6869 'six>=1.12.0' ,
6970 'urllib3<1.27,>=1.26.5' ],
You can’t perform that action at this time.
0 commit comments