From 793b88ba93add605f5610c3a4d28baa3625e3d15 Mon Sep 17 00:00:00 2001 From: lelia Date: Tue, 3 Mar 2026 12:11:29 -0500 Subject: [PATCH 1/2] Update python SDK to v3.0.32 Signed-off-by: lelia --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a59754..b1f7ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ 'GitPython', 'packaging', 'python-dotenv', - "socketdev>=3.0.31,<4.0.0", + "socketdev>=3.0.32,<4.0.0", "bs4>=0.0.2", "markdown>=3.10", ] From 57cd4721f8f62a98de0394fbf916e1cc20309553 Mon Sep 17 00:00:00 2001 From: lelia Date: Tue, 3 Mar 2026 12:12:10 -0500 Subject: [PATCH 2/2] Bump CLI version for release Signed-off-by: lelia --- pyproject.toml | 2 +- socketsecurity/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1f7ffc..c11d634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.74" +version = "2.2.75" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index bee5bcf..440c08b 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.74' +__version__ = '2.2.75' USER_AGENT = f'SocketPythonCLI/{__version__}'