Skip to content

Commit cb7309d

Browse files
dependabot[bot]amotl
authored andcommitted
Update duckdb requirement from <0.8 to <0.9
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/master/tools/release-pip.py) - [Commits](duckdb/duckdb@v0.1.0...v0.8.1) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a63964b commit cb7309d

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
"tqdm>=4.60.0,<5",
1818
# Filtering
1919
f"pandas<1.6; {no_linux_on_arm}",
20-
f"duckdb<0.8; {no_linux_on_arm}",
20+
f"duckdb<0.9; {no_linux_on_arm}",
2121
# Grafana
2222
"requests>=2.23.0,<3",
2323
"grafana-client>=2.1.0,<4",

0 commit comments

Comments
 (0)