From 3b1ae43e94acca8559bb77c6e415af0fa67a5e30 Mon Sep 17 00:00:00 2001 From: Alex Leach Date: Fri, 21 Nov 2025 09:23:37 +0000 Subject: [PATCH] fix: Replace global bleach import with nh3 --- frappe/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/app.py b/frappe/app.py index 49cacb9a46..010b5bde0d 100644 --- a/frappe/app.py +++ b/frappe/app.py @@ -40,7 +40,7 @@ import gettext import babel import babel.messages -import bleach +import nh3 import num2words import pydantic