From d63759f45c16e145559036a85f02c3e888d50b07 Mon Sep 17 00:00:00 2001 From: Olivier Le Thanh Duong Date: Thu, 16 May 2024 11:28:29 +0200 Subject: [PATCH] Ensure hexbyte is at least 1.2 for the to_0x_hex() method, strangly it was not always in CI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 95ed874a5..15686aa10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ dependencies = [ "aiohttp_cors~=0.7.0", "pyroute2==0.7.12", "jwcrypto==1.5.6", + "hexbytes>=1.2.0", # Ensure hexbyte is at least 1.2 for the to_0x_hex() method, strangly it was not in CI ] [project.urls]