From 7ded906769b25e99c89ae71c3df065448946df02 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Fri, 20 Feb 2026 11:50:03 +0200 Subject: [PATCH 1/2] update sdk --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb92d3d6..e6661587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "ledgercomm[hid]", "rich==13.3.4", "argcomplete==3.2.2", - "multiversx-sdk[ledger]==2.3.2" + "multiversx-sdk[ledger]==2.4.0" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index b965943a..bd269973 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ ledgercomm[hid] rich==13.3.4 argcomplete==3.2.2 -multiversx-sdk[ledger]==2.3.2 +multiversx-sdk[ledger]==2.4.0 From a0c6e07f35bd303d3f9fdea0362b9282e5e3b34b Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Fri, 20 Feb 2026 11:50:38 +0200 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6661587..caabc902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "multiversx-sdk-cli" -version = "11.3.0" +version = "11.3.1" authors = [ { name="MultiversX" }, ]