From 160f9a4363f2613355ef5fd3e3ba6064257a9c07 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Sat, 17 Feb 2024 14:37:49 +0100 Subject: [PATCH] Revert "Update pypdf requirement from ==3.9.* to ==4.0.* (#3903)" This reverts commit a3586a73f12ac96392e044f733700d1d4ea35891. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1d77b942..62aaf26d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "pycountry", "pycparser==2.21", "pycryptodome==3.20.*", - "pypdf==4.0.*", + "pypdf==3.9.*", "python-bidi==0.4.*", # Support for Arabic in reportlab "python-dateutil==2.8.*", "pytz",