Skip to content

Commit

Permalink
chore: unpin ethpm-types
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Nov 26, 2023
1 parent 2fa58fe commit faa28ba
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 @@ -69,7 +69,7 @@
install_requires=[
"click", # Use same version as eth-ape
"eth-ape", # >=0.7.0,<1.0",
"ethpm_types>=2.1.0,<3",
"ethpm_types", # Use same version as eth-ape
"pydantic_settings", # Use same version as eth-ape
"taskiq[metrics]>=0.6.0,<0.7.0",
],
Expand Down

0 comments on commit faa28ba

Please sign in to comment.