Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit b445969

Browse files
committed
specify a version for cryptography
1 parent 5116a2d commit b445969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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>=5.3.1,<6.0.0", "requests", "cryptography>=3.4.0,<6.0.0"]
477+
pdf_extract_func, ["pypdf>=5.3.1,<6.0.0", "requests", "cryptography==43.0.3"]
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>=5.3.1,<6.0.0", "requests", "cryptography>=3.4.0,<6.0.0"]
533+
pdf_chunk_func, ["pypdf>=5.3.1,<6.0.0", "requests", "cryptography==43.0.3"]
534534
)

0 commit comments

Comments
 (0)