You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means my command line tool that uses pyshex always outputs the warning, but I have no control over its import of rdflib_jsonld. This also affects PyShex' command line tool shexeval
There is no way to turn off the warnings with warnings.filterwarning, as rdflib_jsonld rudely overrides the warnings manager using warnings.catch_warnings.
The text was updated successfully, but these errors were encountered:
When using rdflib 6.2 and pyshex 0.8.1, I get a
DeprecationWarning
frompyshexc
becauserdflib-jsonld
is deprecated.This is caused by
pyshexc/rdflib/contextcache.py
This means my command line tool that uses
pyshex
always outputs the warning, but I have no control over its import ofrdflib_jsonld
. This also affects PyShex' command line toolshexeval
There is no way to turn off the warnings with
warnings.filterwarning
, asrdflib_jsonld
rudely overrides the warnings manager usingwarnings.catch_warnings
.The text was updated successfully, but these errors were encountered: