From 204a04bef0d01e5e491f5eda1ad7166522c5f0d1 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 25 Jun 2026 15:30:45 -0700 Subject: [PATCH] Update drand package --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b31c130c..b14c38f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ "async-substrate-interface>=2.0.4,<3.0.0", "aiohttp~=3.13", - "bittensor-drand>=1.3.0,<2.0.0", + "bittensor-drand>=2.0.0,<3.0.0", "GitPython>=3.0.0", "netaddr~=1.3.0", "Jinja2",