Skip to content

Commit

Permalink
Add upper pin to deprecated lru-dict
Browse files Browse the repository at this point in the history
- ``lru-dict`` will be remvoed in web3.py v7. A new minor version is causing some issues with linting. add an upper pin for ``<1.3.0``.
  • Loading branch information
fselmo committed Nov 7, 2023
1 parent 3728df8 commit 9e81db9
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 @@ -76,7 +76,7 @@
"eth-utils>=2.1.0",
"hexbytes>=0.1.0,<0.4.0",
"jsonschema>=4.0.0",
"lru-dict>=1.1.6",
"lru-dict>=1.1.6,<1.3.0",
"protobuf>=4.21.6",
"pywin32>=223;platform_system=='Windows'",
"requests>=2.16.0",
Expand Down

0 comments on commit 9e81db9

Please sign in to comment.