This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a commit to branch elizabeth/fix-resize-bug in repository https://gitbox.apache.org/repos/asf/superset.git
commit 4dd2cc169756460ed063f93d813a52449d9caecf Author: Beto Dealmeida <[email protected]> AuthorDate: Mon Jul 28 16:39:18 2025 -0400 chore: bump BigQuery dialect to 1.15.0 (#34371) --- pyproject.toml | 2 +- requirements/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bdf96e5f1..6f729d76eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ athena = ["pyathena[pandas]>=2, <3"] aurora-data-api = ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"] bigquery = [ "pandas-gbq>=0.19.1", - "sqlalchemy-bigquery>=1.6.1", + "sqlalchemy-bigquery>=1.15.0", "google-cloud-bigquery>=3.10.0", ] clickhouse = ["clickhouse-connect>=0.5.14, <1.0"] diff --git a/requirements/development.txt b/requirements/development.txt index b3478ec06b..097c3dd15d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -795,7 +795,7 @@ sqlalchemy==1.4.54 # shillelagh # sqlalchemy-bigquery # sqlalchemy-utils -sqlalchemy-bigquery==1.12.0 +sqlalchemy-bigquery==1.15.0 # via apache-superset sqlalchemy-utils==0.38.3 # via
