Skip to content

Commit 77c634f

Browse files
committed
Pin duckdb>=1.2.0 in motherduck extra
1 parent f3615dd commit 77c634f

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
@@ -107,7 +107,7 @@ duckdb = []
107107
gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
108108
github = ["PyGithub~=2.5.0"]
109109
llm = ["langchain", "openai"]
110-
motherduck = []
110+
motherduck = ["duckdb>=1.2.0"]
111111
mssql = ["pymssql"]
112112
mssql-odbc = ["pyodbc"]
113113
mysql = ["pymysql"]

0 commit comments

Comments
 (0)