Skip to content

Commit 88ae19a

Browse files
committed
chore: updates version of google-cloud-bigquery
1 parent 201f3bd commit 88ae19a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/sqlalchemy-bigquery/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def readme():
116116
# NOTE: Maintainers, please do not require google-auth>=2.x.x
117117
# Until this issue is closed
118118
# https://github.com/googleapis/google-cloud-python/issues/10566
119-
"google-auth>=2.14.1,<3.0.0", # Work around pip wack.
120-
"google-cloud-bigquery>=3.3.6,<4.0.0",
119+
"google-auth>=2.14.1,<3.0.0",
120+
"google-cloud-bigquery>=3.20.0,<4.0.0",
121121
"packaging",
122122
"sqlalchemy>=1.4.16,<3.0.0",
123123
],

packages/sqlalchemy-bigquery/testing/constraints-3.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
sqlalchemy==1.4.16
88
google-auth==2.14.1
9-
google-cloud-bigquery==3.3.6
9+
google-cloud-bigquery==3.20.0
1010
google-cloud-bigquery-storage==2.18.0
1111
google-api-core==2.11.1
1212
grpcio==1.47.0

packages/sqlalchemy-bigquery/testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
sqlalchemy==1.4.16
88
google-auth==2.14.1
9-
google-cloud-bigquery==3.3.6
9+
google-cloud-bigquery==3.20.0
1010
google-cloud-bigquery-storage==2.18.0
1111
google-api-core==2.11.1
1212
grpcio==1.47.0

0 commit comments

Comments
 (0)