From d4293fd3e7907b65871d9a47f325986cdc161204 Mon Sep 17 00:00:00 2001 From: Oswin Alex Date: Wed, 28 Jan 2026 20:38:12 +0530 Subject: [PATCH] Revert "fix(security): require WeasyPrint >= 68.0 to address CVE-2025-68616" This reverts commit deb4ae4e65eae7fec753f695385107a0518c6518. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66d7b3e14c..5eb94c3b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "PyQRCode~=1.2.1", "PyYAML~=6.0.3", "RestrictedPython~=8.1", - "WeasyPrint>=68.0", + "WeasyPrint==66.0", "pydyf==0.12.1", "Werkzeug==3.1.5", "Whoosh~=2.7.4",