From bbc755794d55a6c53bafb40e3cbb870d62a93eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:20:37 +0000 Subject: [PATCH] chore(deps): update daft requirement Updates the requirements on [daft](https://github.com/Eventual-Inc/Daft) to permit the latest version. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Commits](https://github.com/Eventual-Inc/Daft/compare/v0.7.23...v0.7.24) --- updated-dependencies: - dependency-name: daft dependency-version: 0.7.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a896ef9..e367c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ data = [ "pylance==9.0.0", ] data-daft = [ - "daft[lance,ray]>=0.7.23,<0.7.24", + "daft[lance,ray]>=0.7.23,<0.7.25", ] hive-ray = [ "ray-hive==1.0", @@ -351,7 +351,7 @@ dev = [ "redis>=8.0.0", "mypy>=2.3.0", "clickhouse-connect[arrow,async]>=1.5,<1.6", - "daft>=0.7.23,<0.7.24", + "daft>=0.7.23,<0.7.25", "ml-dtypes>=0.5.0", "skl2onnx>=1.17.0", ]