diff --git a/pyproject.toml b/pyproject.toml index 3a945ed..6f4f5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Project description" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "duckdb>=1.1.3", + "duckdb>=1.5.2", "great-tables>=0.15.0", "ipykernel>=6.29.5", "jupyter>=1.1.1",