Skip to content

Allow earlier versions of rdflib #219

@cmungall

Description

@cmungall

sparqlwrapper requires rdflib >= 6.1.1

I am using a library that uses rdflib6 but intentionally pins to exclude rdflib 6.1.1
https://github.com/hsolbrig/funowl/blob/main/Pipfile

The reason for the pinning is that the rdflib 6.1.x series polluted the rdflib namespaces which broke various tests

This was fixed in rdflib
RDFLib/rdflib#1686

However, there has not yet been a new release of rdflib

Does sparqlwrapper truly require >= 6.1.1 or could it be relaxed to 6.0.x and higher?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions