From 5ef9661bc41c53f934494aecb1143036c715cd0f Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Sat, 10 Sep 2022 17:02:01 -0400 Subject: [PATCH] chore: update hexbytes pinning (#20) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d2123c3..da89a37 100644 --- a/setup.py +++ b/setup.py @@ -55,10 +55,10 @@ include_package_data=True, install_requires=[ "pydantic>=1.10.1,<2", - "hexbytes>=0.3.0,<1", + "hexbytes>=0.2.3,<1", "eth-utils>=2", "ethpm-types>=0.3.7,<0.4", - "msgspec>=0.8.0", + "msgspec>=0.8", ], python_requires=">=3.8,<4", extras_require=extras_require,