From 0c98666635f89c633e6119e50fd51b2846e2569b Mon Sep 17 00:00:00 2001 From: TRAN Duy Nghia Date: Fri, 14 Aug 2026 17:25:35 +0200 Subject: [PATCH 1/2] bump plugin version and add python support --- code-env/python/desc.json | 5 ++++- plugin.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/code-env/python/desc.json b/code-env/python/desc.json index c4b8d72..e4bc602 100644 --- a/code-env/python/desc.json +++ b/code-env/python/desc.json @@ -5,7 +5,10 @@ "PYTHON38", "PYTHON39", "PYTHON310", - "PYTHON311" + "PYTHON311", + "PYTHON312", + "PYTHON313", + "PYTHON314" ], "corePackagesSet": "AUTO", "forceConda": false, diff --git a/plugin.json b/plugin.json index 43a5253..b9c9925 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "api-connect", - "version": "1.4.2", + "version": "1.5.0", "meta": { "label": "API Connect", "description": "Retrieve data from any REST API", From 54613731c18e380a608d6dfdf83b247631cd5bc9 Mon Sep 17 00:00:00 2001 From: TRAN Duy Nghia Date: Mon, 17 Aug 2026 11:02:33 +0200 Subject: [PATCH 2/2] fix: bump brotli version so it compiles on linux --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 456a3ba..6418c43 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -1,5 +1,5 @@ jsonpath-ng==1.5.3 requests_ntlm==1.2.0 requests==2.26.0 -Brotli==1.0.9 +Brotli==1.2.0 xmltodict==0.13.0