Skip to content

Commit

Permalink
Ensure hexbyte is at least 1.2 for the to_0x_hex() method, strangly i…
Browse files Browse the repository at this point in the history
…t was not always in CI
  • Loading branch information
olethanh committed May 16, 2024
1 parent 19a8a1a commit d63759f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d63759f

Please sign in to comment.