From 5135efb60ec8c2c2c77f30982cdaefd32cbbdd0f Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 28 Jan 2026 14:54:58 -0800 Subject: [PATCH] fix pypdf: >=6.6.2 --- tests/code_coverage_tests/liccheck.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/code_coverage_tests/liccheck.ini b/tests/code_coverage_tests/liccheck.ini index ea87b56ff3..dc46f83366 100644 --- a/tests/code_coverage_tests/liccheck.ini +++ b/tests/code_coverage_tests/liccheck.ini @@ -141,3 +141,4 @@ llm-sandbox: >=0.3.31 # MIT License - https://github.com/vndee/llm-sandbox nodejs-wheel-binaries: >=24.12.0 # MIT license manually verified grpcio: >=1.69.0 # Apache License 2.0 jaraco.context: >=6.1.0 # Unknown license +pypdf: >=6.6.2 # BSD-3-Clause license - https://github.com/py-pdf/pypdf/blob/main/LICENSE