Skip to content

Commit 2474cd8

Browse files
committed
Fix pillow version
1 parent cf24209 commit 2474cd8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/community/extended_testing_deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pandas>=2.0.1,<3
6262
pdfminer-six==20231228
6363
pdfplumber>=0.11
6464
pgvector>=0.1.6,<0.2
65-
pillow>=10.4
65+
pillow>=11.1
6666
playwright>=1.48.0,<2
6767
praw>=7.7.1,<8
6868
premai>=0.3.25,<0.4,!=0.3.100

libs/community/tests/integration_tests/document_loaders/parsers/test_pdf_parsers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import TYPE_CHECKING, Iterator
66

77
import pytest
8-
from PIL.Image import Image
98

109
import langchain_community.document_loaders.parsers as pdf_parsers
1110
from langchain_community.document_loaders.base import BaseBlobParser

0 commit comments

Comments
 (0)