From b4e7ecc1551a75cb331115a2811a047dfec47372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:07:00 +0000 Subject: [PATCH] chore(deps): update duckdb requirement Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python) to permit the latest version. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.3.0...v1.4.3) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d87a329e..55acf09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "python-multipart>=0.0.20,<1.0.0", "rich>=13.7,<15.0", "sqlglot>=26.6.0,<29.0.0", - "duckdb>=1.0.0,<1.4.0", + "duckdb>=1.0.0,<1.5.0", "soda-core-duckdb>=3.3.20,<3.6.0", # remove setuptools when https://github.com/sodadata/soda-core/issues/2091 is resolved "setuptools>=60",