Skip to content

Commit c5cd99a

Browse files
authored
pin protobuf version (#40)
1 parent 0d92819 commit c5cd99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

14-
requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf', 'grpcio', 'google-api-python-client']
14+
requirements = ['requests', 'python-dotenv', 'deprecation', 'protobuf==3.19.4', 'grpcio', 'google-api-python-client']
1515

1616
# removed in 0.7.1 test_requirements = ['pytest']
1717

0 commit comments

Comments
 (0)