From a353479b0284320961be73877ce594ad07a8c0e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:43:03 +0000 Subject: [PATCH] Update lancedb requirement from ^0.12.0 to ^0.16.0 in /backend 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.12.0...python-v0.16.0) --- updated-dependencies: - dependency-name: lancedb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7bd1f5..a6b73f0 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -30,7 +30,7 @@ trio = "0.25.0" uvicorn = "0.30.6" openai = "1.43.0" datasets = "2.21.0" -lancedb = "^0.12.0" +lancedb = "^0.16.0" [tool.poetry.dev-dependencies] @@ -61,7 +61,7 @@ openai = "1.43.0" pre-commit="3.7.0" pytest="8.1.1" datasets = "2.21.0" -lancedb = "^0.12.0" +lancedb = "^0.16.0" [build-system]