Skip to content

Commit

Permalink
fix: dependency pins (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 9, 2024
1 parent 52778eb commit 437943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8,<3.13"
aiofiles = "*"
eth-retry = "^0.1.15"
eth-retry = ">=0.1.15,<0.2"
evmspec = ">=0.0.1,<0.1"
ez-a-sync = ">=0.20.7,<0.24"
multicall = ">=0.6.2,<1"
typed-envs = "^0.0.2"
typed-envs = ">=0.0.2,<0.1"
web3 = ">=5.27,!=5.29.*,!=5.30.*,!=5.31.1,!=5.31.2,<8"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 437943e

Please sign in to comment.