Skip to content

Commit b46e85c

Browse files
authored
Merge pull request #2043 from Open-Source-Legal/dependabot/pip/pypdf-gte-6.14.0-and-lt-7
Update pypdf requirement from <7,>=6.13.3 to >=6.14.0,<7
2 parents 6eecc4e + 16a4c94 commit b46e85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ drf-extra-fields==3.7.0 # https://github.com/Hipo/drf-extra-fields
3737

3838
# Doc Analysis (NLP dependencies, placeholder) - WARNING, these are all in same environment... not ideal.
3939
# ------------------------------------------------------------------------------
40-
pypdf>=6.13.3,<7 # https://github.com/py-pdf/pypdf
40+
pypdf>=6.14.0,<7 # https://github.com/py-pdf/pypdf
4141
plasmapdf==0.1.3 # https://github.com/Jsv4/plasmapdf
4242
pdf2image>=1.17.0
4343
openai>=2.43.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0)

0 commit comments

Comments
 (0)