From 194216122f5aa4c9c1fea87fcacc115a9cc2f9c8 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Tue, 31 Oct 2023 17:39:18 +0200 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63920162..11ae69f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "requests-cache", "rich==13.3.4", "multiversx-sdk-network-providers>=0.11.0,<0.12.0", - "multiversx-sdk-wallet>=0.8.0",<0.9.0, + "multiversx-sdk-wallet>=0.8.0,<0.9.0", "multiversx-sdk-core>=0.6.0,<0.7.0" ]