Skip to content

Commit 741bbf3

Browse files
ZephSibleyecharrod
authored andcommitted
bugfix: mismatch in protobuf dep between requirements.txt and setup.py
This is the source of a bug in which this package will break other systems by allowing the incompatible version 4.* of protobuf to be installed.
1 parent d5705d0 commit 741bbf3

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
@@ -20,7 +20,7 @@
2020
install_requires=[
2121
"deprecated==1.2.10",
2222
"cryptography>=2.2.1",
23-
"protobuf>=3.1.0",
23+
"protobuf==3.13.0",
2424
"requests>=2.11.1",
2525
"future>=0.11.0",
2626
"asn1==2.2.0",

0 commit comments

Comments
 (0)