Harold-Solbrig / funowl

Pythonic representation of OWL through the OWL functional syntax
Creative Commons Zero v1.0 Universal
50 stars 5 forks source link

rdflib dependency is pinned to 6.2.x which is several versions behind #60

Closed cmungall closed 1 year ago

cmungall commented 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

UPDATE in fact funowl no longer uses the deprecated .decode so we are in fact already compatible with 7