diff --git a/pyproject.toml b/pyproject.toml index f3c18e0..110393e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "pydantic>=2.13.4,<3", "pypdf>=6.11.0,<7", "pyyaml>=6.0.3,<7", - "typer>=0.24,<0.25", + "typer>=0.26.8,<0.27", "python-docx>=1.2.0,<2", "openpyxl>=3.1,<4", "lxml>=6.1.0,<7",