From 16ad29258c42c33b4c0db457ddaba70e727ab9ce Mon Sep 17 00:00:00 2001 From: Alexandre Bourret Date: Mon, 12 Feb 2024 17:33:04 +0100 Subject: [PATCH 1/2] desc.json for DSS11 --- code-env/python/desc.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 From 2b0d307962ccb2b3c15960f91048ce98a4c281e0 Mon Sep 17 00:00:00 2001 From: Alexandre Bourret Date: Mon, 12 Feb 2024 17:33:21 +0100 Subject: [PATCH 2/2] v1.0.16 --- plugin.json | 2 +- python-lib/dss_constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",