Skip to content

Commit

Permalink
fix: Pin protobuf<4.0.0 for Python 2.7 and 3.6 support (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc- authored May 13, 2022
1 parent 4dc5238 commit bd1f54b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ commands:
virtualenv --python=python2.7 --always-copy venv
. venv/bin/activate
pip install 'wheel>=0.29.0'
# Install pinned verison of proobuf first,
# as opentracing in the core requirements
# would pull in a newer one
pip install 'protobuf<4.0.0'
pip install -r requirements.txt
pip install -r <<parameters.requirements>>
Expand Down
2 changes: 1 addition & 1 deletion instana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Module version file. Used by setup.py and snapshot reporting.

VERSION = '1.37.2'
VERSION = '1.37.3'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def check_setuptools():
'certifi>=2018.4.16',
'fysom>=2.1.2',
'opentracing>=2.3.0',
'protobuf<4.0.0',
'requests>=2.6.0',
'six>=1.12.0',
'urllib3<1.27,>=1.26.5'],
Expand Down

0 comments on commit bd1f54b

Please sign in to comment.