Skip to content

Commit f49c615

Browse files
Update pypdfium2 requirement from <5.0.0,>=4.11.0 to >=4.11.0,<6.0.0 (#92)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b129f1 commit f49c615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
# Additional typing support is brought by numpy>=1.22.4, but core build sticks to >=1.16.0
3434
"numpy>=1.16.0,<3.0.0",
3535
"scipy>=1.4.0,<2.0.0",
36-
"pypdfium2>=4.11.0,<5.0.0",
36+
"pypdfium2>=4.11.0,<6.0.0",
3737
"pyclipper>=1.2.0,<2.0.0",
3838
"rapidfuzz>=3.0.0,<4.0.0",
3939
"langdetect>=1.0.9,<2.0.0",

0 commit comments

Comments
 (0)