We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3.19.4
1 parent f3b8bf4 commit 50c83b9Copy full SHA for 50c83b9
newsfragments/2659.bugfix.rst
@@ -0,0 +1 @@
1
+Protobuf dependency breaks at version ``3.20.2`` and above; pin to ``3.19.4`` for now since that is the last non-breaking version for python 3.6.
setup.py
@@ -88,7 +88,7 @@
88
"ipfshttpclient==0.8.0a2",
89
"jsonschema>=3.2.0,<5",
90
"lru-dict>=1.1.6,<2.0.0",
91
- "protobuf>=3.10.0,<4",
+ "protobuf==3.19.4",
92
"pywin32>=223;platform_system=='Windows'",
93
"requests>=2.16.0,<3.0.0",
94
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
0 commit comments