Skip to content

Commit

Permalink
Restrict eth-account version < 0.11.0 due to maintainers introducing …
Browse files Browse the repository at this point in the history
…breaking pydantic requirements in 0.11.1 and 0.12.1 that did not exist in 0.11.0 and 0.12.0 respectively
  • Loading branch information
MHHukiewitz committed Apr 8, 2024
1 parent 37284d4 commit ca2bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"coincurve; python_version<\"3.11\"",
"coincurve>=17.0.0; python_version>=\"3.11\"",
"eth_abi>=4.0.0; python_version>=\"3.11\"",
"eth_account>=0.4.0,<0.12.0",
"eth_account>=0.4.0,<0.11.0",
"python-magic",
"typer",
"typing_extensions",
Expand Down

0 comments on commit ca2bfda

Please sign in to comment.