diff --git a/requirements.txt b/requirements.txt index a1a60d1..a6f5da3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ chia-blockchain==2.4.4 blspy==2.0.3 -setuptools~=75.6.0 +setuptools~=82.0.0 aiosqlite==0.20.0 aiohttp==3.13.3 pytest==8.3.4 diff --git a/setup.py b/setup.py index d7e1a7d..e68bdbe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): dependencies = [ "chia-blockchain==2.4.4", "chia_rs>=0.5.2", - "setuptools>=56.1,<75.7", + "setuptools>=56.1,<82.1", "aiosqlite==0.20.0", "aiohttp==3.13.3", "pytest==8.3.4",