Skip to content

Commit 54bed9b

Browse files
committed
Pin duckdb>=1.2.0 in motherduck extra
1 parent d0f69c3 commit 54bed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ duckdb = []
106106
gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
107107
github = ["PyGithub~=2.5.0"]
108108
llm = ["langchain", "openai"]
109-
motherduck = []
109+
motherduck = ["duckdb>=1.2.0"]
110110
mssql = ["pymssql"]
111111
mssql-odbc = ["pyodbc"]
112112
mysql = ["pymysql"]

0 commit comments

Comments
 (0)