From 28880074f68d3ecb7ce504d6f41b9694305c8765 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Fri, 4 Apr 2025 17:15:56 +0200 Subject: [PATCH] Bump async-substrate-interface --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f31cab3c3b..d09623ad19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "websockets>=14.1", "bittensor-commit-reveal>=0.3.1", "bittensor-wallet>=3.0.7", - "async-substrate-interface>=1.0.8" + "async-substrate-interface>=1.0.9" ] [project.optional-dependencies]