Skip to content

Commit

Permalink
unpin protobuf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djaddis committed Oct 28, 2022
1 parent bb4ec2a commit e276f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from version import get_version
from commands import setup_timeseries, build_messages

install_requires = ['six >= 1.8.0', 'basho_erlastic >= 2.1.1', 'protobuf == 3.20.3']
install_requires = ['six >= 1.8.0', 'basho_erlastic >= 2.1.1', 'protobuf >= 3.0.0']
requires = ['six(>=1.8.0)', 'basho_erlastic(>= 2.1.1)']

if sys.version_info[:3] <= (2, 7, 9):
Expand Down

0 comments on commit e276f92

Please sign in to comment.