Skip to content

Commit 190fe24

Browse files
committed
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.
1 parent 7373c43 commit 190fe24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ optional-dependencies.solana = [
8181
]
8282
optional-dependencies.substrate = [
8383
"py-sr25519-bindings",
84-
"substrate-interface",
84+
"substrate-interface<1.8",
8585
]
8686
optional-dependencies.tezos = [
8787
"pytezos-crypto==3.13.4.1",

0 commit comments

Comments
 (0)