Skip to content

Commit

Permalink
Bump nest_asyncio to 1.6.0 (#698)
Browse files Browse the repository at this point in the history
* Bump nest_asyncio to 1.6.0

* update changelog
  • Loading branch information
michaelnchin authored Sep 20, 2024
1 parent 3c8b6f9 commit 5b91a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd

- Deprecated Python 3.8 support ([Link to PR](https://github.com/aws/graph-notebook/pull/683))
- Upgraded Neo4j Bolt driver to v5.x ([Link to PR](https://github.com/aws/graph-notebook/pull/682))
- Upgraded nest_asyncio to 1.6.0 ([Link to PR](https://github.com/aws/graph-notebook/pull/698))
- Added `%get_import_task` line magic ([Link to PR](https://github.com/aws/graph-notebook/pull/668))
- Added `--export-to` JSON file option to `%%graph_notebook_config` ([Link to PR](https://github.com/aws/graph-notebook/pull/684))
- Improved iPython config directory retrieval logic ([Link to PR](https://github.com/aws/graph-notebook/pull/687))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ markupsafe<2.1.0
itables>=2.0.0,<=2.1.0
pandas>=2.1.0,<=2.2.2
numpy<1.24.0
nest_asyncio>=1.5.5,<=1.5.6
nest_asyncio>=1.5.5,<=1.6.0
async-timeout>=4.0,<5.0
json-repair==0.29.2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_version():
'itables>=2.0.0,<=2.1.0',
'pandas>=2.1.0,<=2.2.2',
'numpy<1.24.0',
'nest_asyncio>=1.5.5,<=1.5.6',
'nest_asyncio>=1.5.5,<=1.6.0',
'async-timeout>=4.0,<5.0',
'json-repair==0.29.2'
],
Expand Down

0 comments on commit 5b91a2e

Please sign in to comment.