diff --git a/pyproject.toml b/pyproject.toml index f61e8abe3..83b78a7fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "pyodbc~=5.2.0", "SQLAlchemy~=2.0.40", "pygls~=2.0.0a2", - "duckdb~=1.2.2", + "duckdb>=1.2.2,<1.5.0", "requests>=2.28.1,<3" # Matches databricks-sdk (and 'types-requests' below), to avoid conflicts. ]