Skip to content

Commit 5274255

Browse files
authored
Remove ceiling pin for boto3 and botocore (#528)
* Remove ceiling pin for boto3 and botocore dependencies * update changelog
1 parent 3570553 commit 5274255

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
1111
- Fixed unit test workflows failing on type check assertion ([Link to PR](https://github.com/aws/graph-notebook/pull/514))
1212
- Fixed bad queries in openCypher Language Tutorial samples ([PR #1](https://github.com/aws/graph-notebook/pull/525)) ([PR #2](https://github.com/aws/graph-notebook/pull/526))
1313
- Fixed kernel crashing with ZMQ errors on magic execution ([Link to PR](https://github.com/aws/graph-notebook/pull/517))
14+
- Unpinned `boto3` and `botocore` to support NeptuneData SDK ([Link to PR](https://github.com/aws/graph-notebook/pull/528))
1415

1516
## Release 3.8.2 (June 5, 2023)
1617
- New Sample Applications - Healthcare and Life Sciences notebooks ([Link to PR](https://github.com/aws/graph-notebook/pull/484))

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def get_version():
7878
'jupyter-contrib-nbextensions<=0.7.0',
7979
'widgetsnbextension<=3.6.1',
8080
'jupyter==1.0.0',
81-
'botocore>=1.21.49,<=1.29.53',
82-
'boto3>=1.18.49,<=1.26.53',
81+
'botocore>=1.21.49',
82+
'boto3>=1.18.49',
8383
'ipython>=7.16.1,<=8.10.0',
8484
'neo4j>=4.4.9,<5.0.0',
8585
'rdflib==5.0.0',

0 commit comments

Comments
 (0)