From 16b56ec66e9da28a9dc274b0dfd979a50af38edb Mon Sep 17 00:00:00 2001 From: philogicae Date: Wed, 28 Aug 2024 19:04:27 +0300 Subject: [PATCH] Upgrade to aleph-superfluid>=2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fce31f4..0f62338e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "python-magic", "typing_extensions", "aioresponses>=0.7.6", - "superfluid~=0.2.1", + "aleph-superfluid>=0.2.1", "eth_typing==4.3.1", "web3==6.3.0", ]