From a9dfbf99c98351a33cb1afcafd696bd15a58c863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:59:42 +0000 Subject: [PATCH] Update duckdb requirement from <1.1 to <1.2 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.1.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 a58ac51..682e723 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<1.1; {no_linux_on_arm}", + f"duckdb<1.2; {no_linux_on_arm}", # Grafana "grafana-client>=4,<5", "jsonpath-rw>=1.4.0,<2",