Closed cmungall closed 1 year ago
It's getting harder to integrate funowl with other libraries that may be pinned to versions about 6.2.x
I don't think there is a reason for this, funowl should work with any rdflib up until 7
Note that 7 dropped the .decode() step held over for rdflib5 compatibility. If we get rid of these we should also have v7 compatibility too
.decode()
UPDATE in fact funowl no longer uses the deprecated .decode so we are in fact already compatible with 7
.decode
It's getting harder to integrate funowl with other libraries that may be pinned to versions about 6.2.x
I don't think there is a reason for this, funowl should work with any rdflib up until 7
Note that 7 dropped the
.decode()
step held over for rdflib5 compatibility. If we get rid of these we should also have v7 compatibility tooUPDATE in fact funowl no longer uses the deprecated
.decode
so we are in fact already compatible with 7