Hi,
There seems to be an issue in PR#408
In _patches.py
we have:
from plotly.io._json import config
but then later in the code
JsonConfig.validate_orjson()
Which throws an error that JsonConfig doesn't exist
Looking at the plotly code, of course config = JsonConfig...