diff --git a/pyproject.toml b/pyproject.toml index 0fba5ec6..e66f2f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "ipywidgets", "pydantic", "psutil", - "duckdb>=0.10.1,<0.11.0", + "duckdb>=0.10.1,<=1.0.0", "pyarrow", "sqlglot>=23.15.8", "requests",