From 3e3fae32120e3e2b549a046b7c748aac7b134f24 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Thu, 7 Sep 2023 14:26:41 -0700 Subject: [PATCH 1/2] Remove ceiling pin for boto3 and botocore dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 19350f8b..b1ce21a5 100644 --- a/setup.py +++ b/setup.py @@ -78,8 +78,8 @@ def get_version(): 'jupyter-contrib-nbextensions<=0.7.0', 'widgetsnbextension<=3.6.1', 'jupyter==1.0.0', - 'botocore>=1.21.49,<=1.29.53', - 'boto3>=1.18.49,<=1.26.53', + 'botocore>=1.21.49', + 'boto3>=1.18.49', 'ipython>=7.16.1,<=8.10.0', 'neo4j>=4.4.9,<5.0.0', 'rdflib==5.0.0', From b09e70109c83a4ae033ef36ff94a83a7152aee5f Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Thu, 7 Sep 2023 16:35:47 -0700 Subject: [PATCH 2/2] update changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index b6e1f127..55ea9b6e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd ## Upcoming - Added `--explain-type` option to `%%gremlin` ([Link to PR](https://github.com/aws/graph-notebook/pull/503)) - Fixed kernel crashing with ZMQ errors on magic execution ([Link to PR](https://github.com/aws/graph-notebook/pull/517)) +- Unpinned `boto3` and `botocore` to support NeptuneData SDK ([Link to PR](https://github.com/aws/graph-notebook/pull/528)) ## Release 3.8.2 (June 5, 2023) - New Sample Applications - Healthcare and Life Sciences notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/484))