Skip to content

Commit 8dbbc8b

Browse files
committed
chore(duckdb): bump version lower bound to 0.10
BREAKING CHANGE: The DuckDB lower bound has been bumped to a version that has storage backwards compatibility. You may need to migrate your DuckDB database files.
1 parent b91e3dc commit 8dbbc8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ clickhouse-connect = { version = ">=0.5.23,<1", optional = true, extras = [
5858
datafusion = { version = ">=0.6,<43", optional = true }
5959
db-dtypes = { version = ">=0.3,<2", optional = true }
6060
deltalake = { version = ">=0.9.0,<1", optional = true }
61-
duckdb = { version = ">=0.8.1,<1.2", optional = true }
61+
duckdb = { version = ">=0.10,<1.2", optional = true }
6262
geopandas = { version = ">=0.6,<2", optional = true }
6363
geoarrow-types = { version = ">=0.2,<1", optional = true }
6464
pyproj = { version = ">=3.3.0,<4", optional = true }

0 commit comments

Comments
 (0)