We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345ac94 commit a1ae0a9Copy full SHA for a1ae0a9
ChangeLog.md
@@ -3,6 +3,7 @@
3
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
4
5
## Upcoming
6
+- Upgraded `setuptools` dependency to 70.x ([Link to PR](https://github.com/aws/graph-notebook/pull/649))
7
8
## Release 4.5.0 (July 15, 2024)
9
requirements.txt
@@ -15,7 +15,7 @@ ipykernel==5.3.4
15
ipyfilechooser==0.6.0
16
neo4j>=4.4.9,<5.0.0
17
rdflib==7.0.0
18
-setuptools>=65.5.1,<=66.0.0
+setuptools>=70.0.0,<=70.0.3
19
nbconvert>=6.3.0,<=7.2.8
20
jedi>=0.18.1,<=0.18.2
21
markupsafe<2.1.0
0 commit comments