diff --git a/pyproject.toml b/pyproject.toml index a1054ae8..95051079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ #! Update me [tool.poetry.dependencies] python = "^3.9" eth-utils = ">=2.1.0,<6.0.0" -eth-account = ">=0.10.0,<0.14.0" +eth-account = ">=0.13.5,<0.14.0" websocket-client = "^1.5.1" requests = "^2.31.0" msgpack = "^1.0.5"