From 42c0e9a2c66828e45cfec62e37e0a977f1135872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:31:23 +0000 Subject: [PATCH] chore(deps): update pymupdf requirement in /libs/kotaemon Updates the requirements on [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version. - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](https://github.com/pymupdf/pymupdf/compare/1.23.0...1.26.7) --- updated-dependencies: - dependency-name: pymupdf dependency-version: 1.26.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/kotaemon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kotaemon/pyproject.toml b/libs/kotaemon/pyproject.toml index ac099a0..72396e6 100644 --- a/libs/kotaemon/pyproject.toml +++ b/libs/kotaemon/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "opentelemetry-exporter-otlp-proto-grpc>=1.25.0", # https://github.com/chroma-core/chroma/issues/2571 "pandas>=2.2.2,<2.4", "plotly<6.0.0", - "PyMuPDF>=1.23,<=1.26.5", + "PyMuPDF>=1.23,<=1.26.7", "pylance", "python-decouple", # for theflow "python-docx>=1.1.0,<1.3",