Skip to content

Commit

Permalink
fix: loosen ETH-package pins (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Aug 26, 2024
1 parent 1f5cb42 commit 166cd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
install_requires=[
"pydantic>=2.5.2,<3",
"py-evm>=0.10.1b1,<0.11",
"eth-utils>=5.0.0,<6",
"eth-utils>=2.3.1,<6",
"msgspec>=0.8",
"eth-pydantic-types>=0.1.2,<0.2",
"eth-pydantic-types>=0.1.0,<0.2",
],
python_requires=">=3.9,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 166cd48

Please sign in to comment.