fix(ocr): relax pillow version to match surya-ocr constraint
Some checks failed
CI / Unit & Component Tests (push) Failing after 2s
CI / Backend Unit Tests (push) Failing after 1s
CI / Unit & Component Tests (pull_request) Failing after 2s
CI / Backend Unit Tests (pull_request) Failing after 1s

surya-ocr 0.6.3 requires pillow<11.0.0,>=10.2.0. The previous
pin at 11.1.0 caused a dependency resolution failure during
Docker build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-12 18:40:46 +02:00
parent 931fbc28e5
commit d49010cd7b

View File

@@ -1,6 +1,6 @@
fastapi[standard]==0.115.6
surya-ocr==0.6.3
kraken==5.2.9
pillow==11.1.0
pillow>=10.2.0,<11.0.0
pypdfium2==4.30.0
httpx==0.28.1