Skip to content

Commit 89cc982

Browse files
committed
[FIX] pdf_helper: fix issue pypdf 5.0 dropped support for python<=3.7
1 parent a65062e commit 89cc982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdf_helper/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"depends": [
1616
"base",
1717
],
18-
"external_dependencies": {"python": ["pypdf"]},
18+
"external_dependencies": {"python": ["pypdf>=3.1.0,<5.0"]},
1919
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ factur-x
44
invoice2data
55
ovh
66
phonenumbers
7-
pypdf
87
pypdf>=3.1.0
8+
pypdf>=3.1.0,<5.0
99
pyyaml
1010
regex
1111
xmlschema

0 commit comments

Comments
 (0)