From cdb7926f3e8d7b6fe92d43faf83e3bbf7e038568 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 4 Aug 2026 15:15:43 -0300 Subject: [PATCH 1/2] fix: floor the SDK pin at 4.3.0 (typed known-good refusal + probe fixes) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be2203b..423bab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ - "polyswarm_api>=4.2.0,<5.0.0", + "polyswarm_api>=4.3.0,<5.0.0", "click>=7.1", "colorama>=0.4.6", "click-log>=0.4.0", From b92315f2339bf3975cc25cf5accfdd1a34da2d50 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 4 Aug 2026 15:15:47 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=204.2.1=20=E2=86=92=204.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/polyswarm/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 423bab2..03e289b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "polyswarm" -version = "4.2.1" +version = "4.3.0" description = "CLI for using the PolySwarm Customer APIs" readme = "README.md" authors = [{ name = "PolySwarm Developers", email = "info@polyswarm.io" }] @@ -51,7 +51,7 @@ include-package-data = true where = ["src"] [tool.bumpversion] -current_version = "4.2.1" +current_version = "4.3.0" commit = true tag = false sign_tags = true diff --git a/src/polyswarm/__init__.py b/src/polyswarm/__init__.py index 0d6a4f2..5ee6158 100644 --- a/src/polyswarm/__init__.py +++ b/src/polyswarm/__init__.py @@ -1 +1 @@ -__version__ = '4.2.1' +__version__ = '4.3.0'