Skip to content

Commit

Permalink
chore(duckdb): bump version lower bound to 0.10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cpcloud committed Nov 2, 2024
1 parent b91e3dc commit 8dbbc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clickhouse-connect = { version = ">=0.5.23,<1", optional = true, extras = [
datafusion = { version = ">=0.6,<43", optional = true }
db-dtypes = { version = ">=0.3,<2", optional = true }
deltalake = { version = ">=0.9.0,<1", optional = true }
duckdb = { version = ">=0.8.1,<1.2", optional = true }
duckdb = { version = ">=0.10,<1.2", optional = true }
geopandas = { version = ">=0.6,<2", optional = true }
geoarrow-types = { version = ">=0.2,<1", optional = true }
pyproj = { version = ">=3.3.0,<4", optional = true }
Expand Down

0 comments on commit 8dbbc8b

Please sign in to comment.