diff --git a/pyproject.toml b/pyproject.toml index f3c18e0..f96ba05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.12,<3.14" dependencies = [ "pydantic>=2.13.4,<3", - "pypdf>=6.11.0,<7", + "pypdf>=6.14.2,<7", "pyyaml>=6.0.3,<7", "typer>=0.24,<0.25", "python-docx>=1.2.0,<2",