From 93ebf24d580d49918134f5a154d005c6677a374a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:16:22 +0000 Subject: [PATCH] Update duckdb requirement from <1.4.1,>=0.10 to >=0.10,<1.4.2 Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python) to permit the latest version. - [Changelog](https://github.com/duckdb/duckdb-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7dd740..383023c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ server = [ "colorlog", "csp>=0.8.0,<1", "deprecation", - "duckdb>=0.10,<1.4.1", + "duckdb>=0.10,<1.4.2", "fastapi>=0.110", "fsspec", "hydra-core",