From 190fe2460b342c8a683ae4f9b0de0894e47b6d9e Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Wed, 14 Jan 2026 18:16:00 +0100 Subject: [PATCH] fix: pin substrate-interface to < 1.8.0 There appears to be a bug in the 1.8.0 version that was just pushed minutes ago by the Substrate team. This breaks our CI. Pinning to below 1.8 for now. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24012413..46adc715 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ optional-dependencies.solana = [ ] optional-dependencies.substrate = [ "py-sr25519-bindings", - "substrate-interface", + "substrate-interface<1.8", ] optional-dependencies.tezos = [ "pytezos-crypto==3.13.4.1",