Skip to content

Commit

Permalink
Pin protobuf to 3.19.4 for now:
Browse files Browse the repository at this point in the history
- see: protocolbuffers/protobuf#10051
- ``3.19.4`` is the latest non-breaking supported version for python ``3.6`` which is still supported in ``v5```
  • Loading branch information
fselmo committed Sep 22, 2022
1 parent f3b8bf4 commit 50c83b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/2659.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ipfshttpclient==0.8.0a2",
"jsonschema>=3.2.0,<5",
"lru-dict>=1.1.6,<2.0.0",
"protobuf>=3.10.0,<4",
"protobuf==3.19.4",
"pywin32>=223;platform_system=='Windows'",
"requests>=2.16.0,<3.0.0",
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
Expand Down

0 comments on commit 50c83b9

Please sign in to comment.