diff --git a/setup.py b/setup.py index f1d5d3c..4eeed87 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read() -requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf', 'grpcio', 'google-api-python-client'] +requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf==3.19.4', 'grpcio', 'google-api-python-client'] # removed in 0.7.1 test_requirements = ['pytest'] @@ -40,6 +40,6 @@ # removed in 0.7.1 test_suite='tests', # removed in 0.7.1 tests_require=test_requirements, url='https://github.com/modzy/sdk-python', - version='0.7.1', + version='0.7.2', zip_safe=False, )