SynBioDex / sbol_factory

The SBOLFactory provides a mechanism for automatically generating an interactive, object-oriented API from a declarative data model specification encoded in OWL.
MIT License
5 stars 3 forks source link

rdflib-jsonld is deprecated #67

Closed jakebeal closed 2 years ago

jakebeal commented 2 years ago

rdflib has now embedded support for jsonld and deprecated the external dependency, which is now throwing deprecation warnings.

/opt/hostedtoolcache/Python/3.9.10/x64/lib/python3.9/site-packages/rdflib_jsonld/init.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1. Please remove rdflib-jsonld from your project's dependencies.

I believe we should be able to just upgrade the dependency requirement to address this.