Skip to content

Commit

Permalink
Merge pull request grpc#4591 from nathanielmanistaatgoogle/protobuf-v…
Browse files Browse the repository at this point in the history
…ersion

Remove ceiling on required protobuf version
  • Loading branch information
soltanmm committed Jan 6, 2016
2 parents 772f950 + 27f6243 commit 64f1028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/grpcio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def cython_extensions(package_names, module_names, include_dirs, libraries,

TESTS_REQUIRE = (
'oauth2client>=1.4.7',
'protobuf==3.0.0a3',
'protobuf>=3.0.0a3',
'coverage>=4.0',
) + INSTALL_REQUIRES

Expand Down

0 comments on commit 64f1028

Please sign in to comment.