From 95db04bad22907075a0b0e1b85c96a065a920671 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 13 May 2024 18:29:34 +0200 Subject: [PATCH] Revert "Update pypdf requirement from ==3.9.* to ==4.2.* (#4055)" This reverts commit 46b2214836d828d7c62852dbed21a184073240d6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 632979d476..54be85f3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "pycountry", "pycparser==2.22", "pycryptodome==3.20.*", - "pypdf==4.2.*", + "pypdf==3.9.*", "python-bidi==0.4.*", # Support for Arabic in reportlab "python-dateutil==2.9.*", "pytz",