diff --git a/pyproject.toml b/pyproject.toml index 03b4fd5..46a89ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pypdf>=6.10.2,<7", "pyyaml>=6.0.3,<7", "typer>=0.21.2,<0.22", - "python-docx>=1.1,<2", + "python-docx>=1.2.0,<2", "openpyxl>=3.1,<4", "lxml>=6.1.0,<7", ]