From 89999301077d7c4aad3ffa60c82d3829573bdf89 Mon Sep 17 00:00:00 2001 From: Batkhuu Byambajav Date: Thu, 22 May 2025 17:04:28 +0900 Subject: [PATCH] fix: Update toml dependency version specification to allow minor updates! --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4ed08..49ea485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = {file = "LICENSE"} keywords = ["substrate", "scale", "codec", "bittensor"] -dependencies = ["toml==0.10.0"] +dependencies = ["toml~=0.10.0"] requires-python = ">= 3.9" authors = [