Skip to content

Commit 2f35829

Browse files
committed
specfy a version for pypdf as well
1 parent faa516e commit 2f35829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigframes/blob/_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def pdf_extract_func(src_obj_ref_rt: str) -> str:
474474

475475

476476
pdf_extract_def = FunctionDef(
477-
pdf_extract_func, ["pypdf", "requests", "cryptography>=3.4.0"]
477+
pdf_extract_func, ["pypdf>=5.3.1", "requests", "cryptography>=3.4.0"]
478478
)
479479

480480

@@ -530,5 +530,5 @@ def pdf_chunk_func(src_obj_ref_rt: str, chunk_size: int, overlap_size: int) -> s
530530

531531

532532
pdf_chunk_def = FunctionDef(
533-
pdf_chunk_func, ["pypdf", "requests", "cryptography>=3.4.0"]
533+
pdf_chunk_func, ["pypdf>=5.3.1", "requests", "cryptography>=3.4.0"]
534534
)

0 commit comments

Comments
 (0)