From 632641b409cfabf976c6f709d9f81785303402b7 Mon Sep 17 00:00:00 2001 From: Valerio Riva Date: Thu, 7 Jan 2021 19:00:23 +0100 Subject: [PATCH 1/2] added new release of IBM Watson SDK --- python3.7/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.7/requirements.txt b/python3.7/requirements.txt index 8cd3098..70101cc 100644 --- a/python3.7/requirements.txt +++ b/python3.7/requirements.txt @@ -36,6 +36,7 @@ Pillow == 6.2.2 ibm_db == 3.0.1 cloudant == 2.12.0 watson-developer-cloud == 2.8.1 +ibm-watson == 5.0.2 ibm-cos-sdk == 2.5.1 ibmcloudsql == 0.4.11 From a84f051cf8e97eb4fad32a95873a0b78d969f4bd Mon Sep 17 00:00:00 2001 From: Valerio Riva Date: Thu, 7 Jan 2021 19:02:50 +0100 Subject: [PATCH 2/2] Update requirements.txt added also authentication library --- python3.7/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.7/requirements.txt b/python3.7/requirements.txt index 70101cc..1e25c23 100644 --- a/python3.7/requirements.txt +++ b/python3.7/requirements.txt @@ -36,6 +36,7 @@ Pillow == 6.2.2 ibm_db == 3.0.1 cloudant == 2.12.0 watson-developer-cloud == 2.8.1 +ibm_cloud_sdk_core == 3.3.4 ibm-watson == 5.0.2 ibm-cos-sdk == 2.5.1 ibmcloudsql == 0.4.11