From e6d26c4962275f8b74ede4f776c521a1130a2a35 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 14 May 2024 11:06:17 +0200 Subject: [PATCH] Add comment on pypdf upgrade --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54be85f3b..3e631af41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "pycountry", "pycparser==2.22", "pycryptodome==3.20.*", - "pypdf==3.9.*", + "pypdf==3.9.*", # wait for https://github.com/py-pdf/pypdf/issues/2642 "python-bidi==0.4.*", # Support for Arabic in reportlab "python-dateutil==2.9.*", "pytz",