diff --git a/requirements.txt b/requirements.txt index a1a60d1..30851ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -chia-blockchain==2.4.4 +chia-blockchain==2.6.1 blspy==2.0.3 setuptools~=75.6.0 aiosqlite==0.20.0 diff --git a/setup.py b/setup.py index d7e1a7d..2092ef1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): dependencies = [ - "chia-blockchain==2.4.4", + "chia-blockchain==2.6.1", "chia_rs>=0.5.2", "setuptools>=56.1,<75.7", "aiosqlite==0.20.0",