Skip to content

Commit

Permalink
fix: lower pin (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 16, 2023
1 parent b69dd13 commit 489ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
include_package_data=True,
install_requires=[
"pydantic>=2.5.2,<3",
"py-evm>=0.8.0b1,<0.9",
"py-evm>=0.7.0a4,<0.9", # NOTE: We support both 0.7 and 0.8.
"eth-utils>=2.3.1,<3",
"msgspec>=0.8",
"eth-pydantic-types>=0.1.0a5",
Expand Down

0 comments on commit 489ca0c

Please sign in to comment.