Skip to content

Commit

Permalink
fix: bump trie pkg_resources bug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Apr 23, 2024
1 parent 0e71415 commit 64b58be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"eth_pydantic_types>=0.1.0,<0.2",
"evmchains>=0.0.6,<0.1",
"evm-trace>=0.1.5,<0.2",
"trie>=3.0.0,<4", # Peer: stricter pin needed for uv support.
],
entry_points={
"console_scripts": ["ape=ape._cli:cli"],
Expand Down

0 comments on commit 64b58be

Please sign in to comment.