From b69dd139f25a77173385676c0d7dcfef68c91909 Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:30:03 -0500 Subject: [PATCH] chore: bump eth-pydantic-types (#57) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cff807a..fc525cc 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "py-evm>=0.8.0b1,<0.9", "eth-utils>=2.3.1,<3", "msgspec>=0.8", - "eth-pydantic-types>=0.1.0a4", + "eth-pydantic-types>=0.1.0a5", ], python_requires=">=3.8,<4", extras_require=extras_require,