diff --git a/presidio-image-redactor/pyproject.toml b/presidio-image-redactor/pyproject.toml index b36a04330..62001b1f8 100644 --- a/presidio-image-redactor/pyproject.toml +++ b/presidio-image-redactor/pyproject.toml @@ -23,7 +23,7 @@ readme = "README.md" requires-python = ">=3.10,<3.15" dependencies = [ - "pillow (>=12.3.0,<13.0.0)", + "pillow>=12.3.0,<13.0.0", "pytesseract (>=0.3.13,<0.4)", "presidio-analyzer (>=2.2.0,<3.0.0)", "matplotlib (>=3.6.0,<4.0.0)",