Skip to content

Commit

Permalink
Upgrade BigQuery client to 3.x (sodadata#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1n0 authored Jun 22, 2023
1 parent a757471 commit a3de50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soda/bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

requires = [
f"soda-core=={package_version}",
"google-cloud-bigquery>=2.25.0, <3.0",
"google-cloud-bigquery>=2.25.0, <4.0",
]
# TODO Fix the params
setup(
Expand Down

0 comments on commit a3de50c

Please sign in to comment.