diff --git a/code-env/python/desc.json b/code-env/python/desc.json index 9b6620b..d91ef04 100644 --- a/code-env/python/desc.json +++ b/code-env/python/desc.json @@ -1,14 +1,8 @@ { "acceptedPythonInterpreters": [ "PYTHON35", - "PYTHON36", - "PYTHON37", - "PYTHON38", - "PYTHON39", - "PYTHON310", - "PYTHON311" + "PYTHON36" ], - "corePackagesSet": "AUTO", "forceConda": false, "installCorePackages": true, "installJupyterSupport": false diff --git a/plugin.json b/plugin.json index bb07df6..935831c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "sharepoint-online", - "version": "1.1.1", + "version": "1.0.16", "meta": { "label": "SharePoint Online", "description": "Read and write data from/to your SharePoint Online account", diff --git a/python-lib/dss_constants.py b/python-lib/dss_constants.py index 919870b..4867e7d 100644 --- a/python-lib/dss_constants.py +++ b/python-lib/dss_constants.py @@ -28,7 +28,7 @@ class DSSConstants(object): "sharepoint_oauth": "The access token is missing" } PATH = 'path' - PLUGIN_VERSION = "1.1.1" + PLUGIN_VERSION = "1.0.16" SECRET_PARAMETERS_KEYS = ["Authorization", "sharepoint_username", "sharepoint_password", "client_secret"] SITE_APP_DETAILS = { "sharepoint_tenant": "The tenant name is missing",