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/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 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",