Skip to content

Commit 66e7d93

Browse files
committed
chore: updates lower bounds on some dependencies to resolve pkg_resources error 3rd try
1 parent 59fea16 commit 66e7d93

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sqlalchemy-bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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>=1.25.0,<3.0.0", # Work around pip wack.
119+
"google-auth>=2.14.1,<3.0.0", # Work around pip wack.
120120
"google-cloud-bigquery>=3.3.6,<4.0.0",
121121
"packaging",
122122
"sqlalchemy>=1.4.16,<3.0.0",

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

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

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

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

0 commit comments

Comments
 (0)