Skip to content

Commit

Permalink
Pin bigquery client
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed May 7, 2024
1 parent 2bf58cc commit 2331859
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ google = [
"protobuf",
"apache-airflow-providers-google>=10.15.0",
"sqlalchemy-bigquery>=1.3.0",
"smart-open[gcs]>=5.2.1,<7.0.0"
"smart-open[gcs]>=5.2.1,<7.0.0",
"google-cloud-bigquery<3.21.0"
]
snowflake = [
"apache-airflow-providers-snowflake>=5.3.0",
Expand Down Expand Up @@ -126,7 +127,8 @@ all = [
"azure-storage-blob",
"apache-airflow-providers-microsoft-mssql>=3.2",
"airflow-provider-duckdb>=0.0.2",
"apache-airflow-providers-mysql"
"apache-airflow-providers-mysql",
"google-cloud-bigquery<3.21.0"
]
doc = [
"myst-parser>=0.17",
Expand Down

0 comments on commit 2331859

Please sign in to comment.