Skip to content

Commit e0b2241

Browse files
Update duckdb requirement from ~=1.2.2 to >=1.2.2,<1.4.0
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@v1.2.2...v1.3.1) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f91f372 commit e0b2241

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
@@ -37,7 +37,7 @@ dependencies = [
3737
"pyodbc~=5.2.0",
3838
"SQLAlchemy~=2.0.40",
3939
"pygls~=2.0.0a2",
40-
"duckdb~=1.2.2",
40+
"duckdb>=1.2.2,<1.5.0",
4141
"requests>=2.28.1,<3" # Matches databricks-sdk (and 'types-requests' below), to avoid conflicts.
4242
]
4343

0 commit comments

Comments
 (0)