From 34cb35c404ec9b8714e5ac742c70ec9b3126f656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:07:09 +0000 Subject: [PATCH] Bump colpali-engine from 0.3.10 to 0.3.16 Bumps [colpali-engine](https://github.com/illuin-tech/colpali) from 0.3.10 to 0.3.16. - [Release notes](https://github.com/illuin-tech/colpali/releases) - [Changelog](https://github.com/illuin-tech/colpali/blob/main/CHANGELOG.md) - [Commits](https://github.com/illuin-tech/colpali/compare/v0.3.10...v0.3.16) --- updated-dependencies: - dependency-name: colpali-engine dependency-version: 0.3.16 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d15f985..fc6fcf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ gpu = [ "accelerate>=0.26.0", "bitsandbytes>=0.43.0", - "colpali-engine==0.3.10", + "colpali-engine==0.3.16", "numpy>=1.26", "PyMuPDF==1.24.10", "python-docx>=1.0",