We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c112a30 commit 83c6f51Copy full SHA for 83c6f51
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
"pyodbc~=5.2.0",
40
"SQLAlchemy~=2.0.40",
41
"pygls~=2.0.0a2",
42
- "duckdb~=1.2.2",
+ "duckdb>=1.2.2,<1.5.0",
43
"requests>=2.28.1,<3" # Matches databricks-sdk (and 'types-requests' below), to avoid conflicts.
44
]
45
0 commit comments