Skip to content

Commit

Permalink
fix: update lower pin on ethpm-types for mypy fix; widen ape pin
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Apr 29, 2024
1 parent d660914 commit 0f1afea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
url="https://github.com/ApeWorX/uniswap-sdk",
include_package_data=True,
install_requires=[
"eth-ape>=0.7.8,<0.8.0",
"eth-ape>=0.7,<1",
"ethpm-types>=0.6.11", # higher peer dep of `eth-ape`, solves typing issue
], # NOTE: Add 3rd party libraries here
python_requires=">=3.8,<4",
extras_require=extras_require,
Expand Down
Empty file removed tests/.gitkeep
Empty file.

0 comments on commit 0f1afea

Please sign in to comment.