mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: Bump python libs (#23986)
This commit is contained in:
10
setup.py
10
setup.py
@@ -133,9 +133,9 @@ setup(
|
||||
"athena": ["pyathena[pandas]>=2, <3"],
|
||||
"aurora-data-api": ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"],
|
||||
"bigquery": [
|
||||
"pandas-gbq>=0.18.1",
|
||||
"sqlalchemy-bigquery>=1.5.0",
|
||||
"google-cloud-bigquery>=3.4.0",
|
||||
"pandas-gbq>=0.19.1",
|
||||
"sqlalchemy-bigquery>=1.6.1",
|
||||
"google-cloud-bigquery>=3.10.0",
|
||||
],
|
||||
"clickhouse": ["clickhouse-connect>=0.5.14, <1.0"],
|
||||
"cockroachdb": ["cockroachdb>=0.3.5, <0.4"],
|
||||
@@ -172,7 +172,7 @@ setup(
|
||||
"pinot": ["pinotdb>=0.3.3, <0.4"],
|
||||
"postgres": ["psycopg2-binary==2.9.6"],
|
||||
"presto": ["pyhive[presto]>=0.6.5"],
|
||||
"trino": ["trino>=0.319.0"],
|
||||
"trino": ["trino>=0.323.0"],
|
||||
"prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"],
|
||||
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
|
||||
"rockset": ["rockset>=0.8.10, <0.9"],
|
||||
@@ -182,7 +182,7 @@ setup(
|
||||
"snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"],
|
||||
"spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],
|
||||
"teradata": ["teradatasql>=16.20.0.23"],
|
||||
"thumbnails": ["Pillow>=9.3.0, <10.0.0"],
|
||||
"thumbnails": ["Pillow>=9.5.0, <10.0.0"],
|
||||
"vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],
|
||||
"netezza": ["nzalchemy>=11.0.2"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user