Skip to content

Commit 56ff6ca

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Update duckdb requirement from <1.2 to <1.3
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](duckdb/duckdb@v0.1.0...v1.2.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ffd4d4 commit 56ff6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"verlib2<0.3",
2020
# Filtering
2121
f"pandas<2.3; {no_linux_on_arm}",
22-
f"duckdb<1.2; {no_linux_on_arm}",
22+
f"duckdb<1.3; {no_linux_on_arm}",
2323
# Grafana
2424
"grafana-client>=4,<5",
2525
"jsonpath-rw>=1.4.0,<2",

0 commit comments

Comments
 (0)