Skip to content

Commit 247c5d5

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Update duckdb requirement from <0.9 to <0.10
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...v0.9.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54421b6 commit 247c5d5

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<2.1; {no_linux_on_arm}",
20-
f"duckdb<0.9; {no_linux_on_arm}",
20+
f"duckdb<0.10; {no_linux_on_arm}",
2121
# Grafana
2222
"requests>=2.26,<3",
2323
"grafana-client>=3.9.1,<4",

0 commit comments

Comments
 (0)