Skip to content

Commit e6d0783

Browse files
dependabot[bot]amotl
authored andcommitted
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](duckdb/duckdb@v0.1.0...v1.1.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27de32b commit e6d0783

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
@@ -17,7 +17,7 @@
1717
"verlib2==0.2.0",
1818
# Filtering
1919
f"pandas<2.3; {no_linux_on_arm}",
20-
f"duckdb<1.1; {no_linux_on_arm}",
20+
f"duckdb<1.2; {no_linux_on_arm}",
2121
# Grafana
2222
"grafana-client>=4,<5",
2323
"jsonpath-rw>=1.4.0,<2",

0 commit comments

Comments
 (0)