chore: update old MotherDuck duckdb version to follow the official duckdb one (#36834)

This commit is contained in:
Elena Felder
2026-01-23 16:25:17 -05:00
committed by GitHub
parent 39ebf7a7ad
commit d54e227e25

View File

@@ -160,8 +160,9 @@ hive = [
impala = ["impyla>0.16.2, <0.17"]
kusto = ["sqlalchemy-kusto>=3.0.0, <4"]
kylin = ["kylinpy>=2.8.1, <2.9"]
motherduck = ["duckdb==0.10.2", "duckdb-engine>=0.12.1, <0.13"]
mssql = ["pymssql>=2.2.8, <3"]
# motherduck is an alias for duckdb - MotherDuck works via the duckdb driver
motherduck = ["apache-superset[duckdb]"]
mysql = ["mysqlclient>=2.1.0, <3"]
ocient = [
"sqlalchemy-ocient>=1.0.0",