From 5349e1c7199453fcc2aee53d0d58e37e1d932b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:44:14 +0000 Subject: [PATCH] Update duckdb requirement from <0.11 to <1.1 Updates the requirements on [duckdb](https://github.com/duckdb/duckdb) to permit the latest version. - [Release notes](https://github.com/duckdb/duckdb/releases) - [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py) - [Commits](https://github.com/duckdb/duckdb/compare/v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 630eb32..f54a264 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "verlib2==0.2.0", # Filtering f"pandas<2.3; {no_linux_on_arm}", - f"duckdb<0.11; {no_linux_on_arm}", + f"duckdb<1.1; {no_linux_on_arm}", # Grafana "grafana-client>=4,<5", "jsonpath-rw>=1.4.0,<2",