Skip to content

Commit f81c3e5

Browse files
chore(deps): update duckdb requirement (#997)
Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python) to permit the latest version. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.3.0...v1.4.3) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b46eb5 commit f81c3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"python-multipart>=0.0.20,<1.0.0",
2626
"rich>=13.7,<15.0",
2727
"sqlglot>=26.6.0,<29.0.0",
28-
"duckdb>=1.0.0,<1.4.0",
28+
"duckdb>=1.0.0,<1.5.0",
2929
"soda-core-duckdb>=3.3.20,<3.6.0",
3030
# remove setuptools when https://github.com/sodadata/soda-core/issues/2091 is resolved
3131
"setuptools>=60",

0 commit comments

Comments
 (0)