From 7ecc2f4d02da6a6e16576a795d7f94ea27f38606 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 26 May 2026 11:23:35 +0200 Subject: [PATCH 1/3] chore: add HISTORY.md entry for v0.12.2 --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 41b64829..60221238 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Release History +## 0.12.2 + +- refactor: dependencies - unlocked click, setuptools + ## 0.12.1 - fix: missing packaging dependency From 148de235e821529308a61e673cd1173df54724e1 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 26 May 2026 11:29:23 +0200 Subject: [PATCH 2/3] Fix: wordlist and poetry updated to 2.3.4 --- .wordlist.txt | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.wordlist.txt b/.wordlist.txt index c092cf75..d639bb24 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -338,3 +338,4 @@ QueryParamsResponse ConsensusRestClient CosmosSDK NodeInfo +setuptools diff --git a/tox.ini b/tox.ini index 4c0a3fb0..82c95bc2 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ basepython = python3 passenv = * extras = all deps = - poetry==2.3.3 + poetry==2.3.4 poetry-plugin-export>=1.7 pbr>=5 charset-normalizer==3.1.0 From e5f8ccbeb0c900d14089bcddc1ac8d9efe043f84 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 26 May 2026 11:58:29 +0200 Subject: [PATCH 3/3] chore: bumped pyproject version to 0.12.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ff8dafe..1c88ac67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cosmpy" -version = "0.12.1" +version = "0.12.2" description = "A library for interacting with the cosmos networks" authors = ["Fetch.AI Limited"] readme = "README.md"