diff --git a/code-env/python/desc.json b/code-env/python/desc.json index c4b8d72..6c15130 100644 --- a/code-env/python/desc.json +++ b/code-env/python/desc.json @@ -1,13 +1,8 @@ { "acceptedPythonInterpreters": [ "PYTHON36", - "PYTHON37", - "PYTHON38", - "PYTHON39", - "PYTHON310", - "PYTHON311" + "PYTHON37" ], - "corePackagesSet": "AUTO", "forceConda": false, "installCorePackages": true, "installJupyterSupport": false diff --git a/plugin.json b/plugin.json index 7a77754..28b78a4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "api-connect", - "version": "1.2.0", + "version": "1.1.4", "meta": { "label": "API Connect", "description": "Retrieve data from any REST API", diff --git a/python-lib/dku_constants.py b/python-lib/dku_constants.py index bec81b3..b4a3311 100644 --- a/python-lib/dku_constants.py +++ b/python-lib/dku_constants.py @@ -2,6 +2,6 @@ class DKUConstants(object): API_RESPONSE_KEY = "api_response" FORBIDDEN_KEYS = ["token", "password", "api_key_value"] FORM_DATA_BODY_FORMAT = "FORM_DATA" - PLUGIN_VERSION = "1.2.0" + PLUGIN_VERSION = "1.1.4" RAW_BODY_FORMAT = "RAW" REPONSE_ERROR_KEY = "dku_error"