Skip to content

Commit

Permalink
Mitigated visualization widget crash on newer jupyterlab-widgets ve…
Browse files Browse the repository at this point in the history
…rsions (#716)

* Pin jupyterlab-widgets<=1.1.10

* update changelog
  • Loading branch information
michaelnchin authored Nov 9, 2024
1 parent de7b926 commit e8d0364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Starting with v1.31.6, this file will contain a record of major features and upd
## Upcoming
- Added Neptune `--use-port` option to `%%gremlin` and `%%oc` ([Link to PR](https://github.com/aws/graph-notebook/pull/712))
- Fixed SPARQL path in example Fuseki configuration ([Link to PR](https://github.com/aws/graph-notebook/pull/713))
- Mitigated visualizer crash on newer `jupyterlab-widgets` versions ([Link to PR](https://github.com/aws/graph-notebook/pull/716))
- Fixed TS errors in visualizer widget build ([Link to PR](https://github.com/aws/graph-notebook/pull/716))

## Release 4.6.1 (October 1, 2024)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Jinja2>=3.0.3,<=3.1.4
jupyter==1.0.0
notebook>=6.1.5,<7.0.0
ipywidgets==7.7.2
jupyterlab_widgets>=1.0.0,<3.0.0
jupyterlab_widgets>=1.0.0,<=1.1.10
nbclient<=0.7.0
jupyter-contrib-nbextensions<=0.7.0
widgetsnbextension<=3.6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_version():
'SPARQLWrapper==2.0.0',
'requests>=2.32.0,<=2.32.2',
'ipywidgets==7.7.2',
'jupyterlab_widgets>=1.0.0,<3.0.0',
'jupyterlab_widgets>=1.0.0,<=1.1.10',
'networkx==2.4',
'Jinja2>=3.0.3,<=3.1.4',
'notebook>=6.1.5,<7.0.0',
Expand Down

0 comments on commit e8d0364

Please sign in to comment.