From 4bb91f3b087d3184c65802597382066baffd4a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:11 +0000 Subject: [PATCH] chore(deps): Update pillow requirement from >=10.0 to >=12.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 844e22a..281f212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "python-multipart>=0.0.9", # Hashing / image utilities (lightweight, used by API search + worker) "imagehash>=4.3", - "Pillow>=10.0", + "Pillow>=12.2.0", "numpy>=1.26", # Vector Store (pgvector) "pgvector>=0.3",