From b1712d7a6711bd023d0aef291cfdf736a3dfd409 Mon Sep 17 00:00:00 2001 From: BD Himes Date: Wed, 25 Mar 2026 12:26:36 +0200 Subject: [PATCH 1/2] Bumps changelog + version, loosens setuptools req --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019fccf..30e3c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.6.4 /2025-03-25 + +## What's Changed +* Better typing for ScaleObj by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/278 +* Faster startup by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/277 +* DNS/SSL Caching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/279 +* Added info about signed commits by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/280 +* [fix] change legacy (old) runtimeApi params encoding by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/194 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.3...v1.6.4 + ## 1.6.3 /2025-02-24 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index a00d36b..cf30f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.6.3" +version = "1.6.4" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" } @@ -48,7 +48,7 @@ Repository = "https://github.com/opentensor/async-substrate-interface/" async_substrate_interface = ["py.typed"] [build-system] -requires = ["setuptools~=70.0.0", "wheel"] +requires = ["setuptools>=70.0", "wheel"] build-backend = "setuptools.build_meta" [project.optional-dependencies] From 705e409aa18df023a392fc743ebea315232c8607 Mon Sep 17 00:00:00 2001 From: BD Himes Date: Wed, 25 Mar 2026 16:53:16 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e3c18..e957143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * DNS/SSL Caching by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/279 * Added info about signed commits by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/280 * [fix] change legacy (old) runtimeApi params encoding by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/194 +* Prefer v15 metadata when available by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/282 **Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.3...v1.6.4