From eb65df83da1a436e95bbd7a46ff7a69ee1012a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:12:07 +0000 Subject: [PATCH] deps(deps): update lancedb requirement from >=0.5.0 to >=0.30.2 Updates the requirements on [lancedb](https://github.com/lancedb/lancedb) to permit the latest version. - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](https://github.com/lancedb/lancedb/compare/v0.5.0...python-v0.30.2) --- updated-dependencies: - dependency-name: lancedb dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a029086..fb18794 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-multipart>=0.0.22 # Database sqlalchemy>=2.0.0 aiosqlite>=0.17.0 -lancedb>=0.5.0 +lancedb>=0.30.2 # Document processing pypdf>=3.17.0