From 7ad54654d902d300ea5555b4efb6310ce3a0adce Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 18 Jun 2026 10:28:51 -0700 Subject: [PATCH] restrict drand version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aca546d0e..f8c90305d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "bittensor-cli" -version = "9.22.2" +version = "9.22.3" description = "Bittensor CLI" readme = "README.md" authors = [ @@ -31,7 +31,7 @@ dependencies = [ "wheel>0.46.1", "async-substrate-interface>=2.0.4,<3.0.0", "aiohttp~=3.13", - "bittensor-drand>=1.3.0", + "bittensor-drand>=1.3.0,<2.0.0", "GitPython>=3.0.0", "netaddr~=1.3.0", "Jinja2",