holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.61k stars 500 forks source link

Handle bleach deprecation #6206

Open MarcSkovMadsen opened 7 months ago

MarcSkovMadsen commented 7 months ago

Bleach has been deprecated https://github.com/mozilla/bleach/issues/698

nh3 is mentioned as the replacement. It states its 20 times faster. See https://pypi.org/project/nh3/

Checklist

MarcSkovMadsen commented 7 months ago

nh3 seems not to be installable in pyodide currently.

image

philippjfr commented 7 months ago

Thanks for filing, we are aware but since security fixes are still backported in bleach and nh3 is a significantly more complex dependency it hasn't been a big priority.