SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Incorporate RDFLib JSON-LD fix #360

Closed tcmitchell closed 2 years ago

tcmitchell commented 2 years ago

RDFLib has fixed the JSON-LD parser bug that adds a trailing slash to a URL in that is an "object" in a s-p-o triple. Bump the RDFLib dependency to the version that includes the fix, and remove the expected failure annotation on the unit test.

See https://github.com/RDFLib/rdflib/issues/1443

Closes #329