From 43678531a513b72abbaa5efb4d4179540a0cccb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:14:33 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.9.1 to 6.14.2 in /sdk Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.9.1 to 6.14.2. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.9.1...6.14.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index e39bbbf5e1..89bb160daf 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pymssql>=2.2.11", "openpyxl>=3.1.5", "orjson==3.10", - "pypdf==6.9.1", + "pypdf==6.14.2", "python-pptx==1.0.2", "ijson==3.5.0", "langchain-text-splitters==1.1.2",