Skip to content

Commit 76cf555

Browse files
chore(deps): update duckdb requirement
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) - [Changelog](https://github.com/duckdb/duckdb-python/blob/main/CHANGELOG.md) - [Commits](duckdb/duckdb-python@v1.3.0...v1.4.2) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51ee52d commit 76cf555

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
@@ -93,7 +93,7 @@ dependencies = [
9393
"defusedxml>=0.7.1",
9494
"dicom-validator>=0.7.3,<1",
9595
"dicomweb-client[gcp]>=0.59.3,<1",
96-
"duckdb>=0.10.0,<=1.4.1",
96+
"duckdb>=0.10.0,<=1.4.2",
9797
"fastparquet>=2024.11.0,<2025",
9898
"google-cloud-storage>=3.5.0,<4",
9999
"google-crc32c>=1.7.1,<2",

0 commit comments

Comments
 (0)