From ef8ad9a65d1407fa322be0efe932420eccd3fc4c Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Wed, 28 May 2025 21:19:38 +0200 Subject: [PATCH] Removes unused `async-property` dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 453f1ac1d..d709502c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ scripts = { btcli = "bittensor_cli.cli:main" } requires-python = ">=3.9,<3.14" dependencies = [ "wheel", - "async-property==0.2.2", "async-substrate-interface>=1.1.0", "aiohttp~=3.10.2", "backoff~=2.2.1",