Skip to content

Commit d4cd5f4

Browse files
committed
Remove dependency upper limits
1 parent a59bcb3 commit d4cd5f4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

setup.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"py-geth>=3.9.1,<4",
1111
],
1212
"linter": [
13-
"black>=22.1.0,<23.0",
13+
"black>=22.1.0",
1414
"flake8==3.8.3",
1515
"isort>=4.2.15,<4.3.5",
1616
"mypy==0.910",
17-
"types-setuptools>=57.4.4,<58",
18-
"types-requests>=2.26.1,<3",
17+
"types-setuptools>=57.4.4",
18+
"types-requests>=2.26.1",
1919
"types-protobuf==3.19.13",
2020
],
2121
"docs": [
2222
"mock",
2323
"click>=5.1",
2424
"configparser==3.5.0",
2525
"contextlib2>=0.5.4",
26-
"py-geth>=3.9.1,<4",
26+
"py-geth>=3.9.1",
2727
"py-solc>=0.4.0",
28-
"pytest>=6.2.5,<7",
29-
"sphinx>=4.2.0,<5",
28+
"pytest>=6.2.5",
29+
"sphinx>=4.2.0",
3030
"sphinx_rtd_theme>=0.5.2",
3131
"toposort>=1.4",
3232
"towncrier==18.5.0",
@@ -75,22 +75,22 @@
7575
url="https://github.com/ethereum/web3.py",
7676
include_package_data=True,
7777
install_requires=[
78-
"aiohttp>=3.7.4.post0,<4",
79-
"eth-abi>=3.0.0,<4.0.0",
80-
"eth-account>=0.7.0,<0.8.0",
81-
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
82-
"eth-typing>=3.0.0,<4.0.0",
83-
"eth-utils>=2.0.0,<3.0.0",
84-
"hexbytes>=0.1.0,<1.0.0",
78+
"aiohttp>=3.7.4.post0",
79+
"eth-abi>=3.0.0",
80+
"eth-account>=0.7.0",
81+
"eth-hash[pycryptodome]>=0.2.0",
82+
"eth-typing>=3.0.0",
83+
"eth-utils>=2.0.0",
84+
"hexbytes>=0.1.0",
8585
"ipfshttpclient==0.8.0a2",
86-
"jsonschema>=4.0.0,<5",
87-
"lru-dict>=1.1.6,<2.0.0",
86+
"jsonschema>=4.0.0",
87+
"lru-dict>=1.1.6",
8888
"protobuf>=4.21.6",
8989
"pywin32>=223;platform_system=='Windows'",
90-
"requests>=2.16.0,<3.0.0",
90+
"requests>=2.16.0",
9191
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
9292
"typing-extensions>=3.7.4.1,<5;python_version<'3.8'",
93-
"websockets>=10.0.0,<11",
93+
"websockets>=10.0.0",
9494
],
9595
python_requires=">=3.7.2",
9696
extras_require=extras_require,

0 commit comments

Comments
 (0)