-
Notifications
You must be signed in to change notification settings - Fork 179
Description
The graph-notebook
package currently has a strict dependence on rdflib
version 5.0.0, while that package is already at v6.2.0 at the time of writing.
graph-notebook/requirements.txt
Line 16 in f99dd18
rdflib==5.0.0 |
Version 6 is fully Python 3, and includes several optimizations (see https://rdflib.readthedocs.io/en/stable/upgrade5to6.html), and adds JSON-LD support:
6.0.0 fully adopts Python 3 practices and drops Python 2 support so it is neater, faster and generally more modern than 5.0.0. It also tidies up the Graph API (removing duplicate functions) so it does include a few breaking changes. Additionally, there is a long list of PRs merged into 6.0.0 adding a number of small fixes and features which are listed below.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status