Skip to content

Commit 59fea16

Browse files
committed
chore: updates lower bounds on some dependencies to resolve pkg_resources error again
1 parent 0da26dc commit 59fea16

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/sqlalchemy-bigquery/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def readme():
5353
# Keep the no-op bqstorage extra for backward compatibility.
5454
# See: https://github.com/googleapis/python-bigquery/issues/757
5555
"bqstorage": [
56-
"google-cloud-bigquery-storage >= 2.14.0, <3.0.0",
56+
"google-cloud-bigquery-storage >= 2.18.0, <3.0.0",
5757
# Due to an issue in pip's dependency resolver, the `grpc` extra is not
5858
# installed, even though `google-cloud-bigquery-storage` specifies it
5959
# as `google-api-core[grpc]`. We thus need to explicitly specify it here.
@@ -112,7 +112,7 @@ def readme():
112112
],
113113
platforms="Posix; MacOS X; Windows",
114114
install_requires=[
115-
"google-api-core >= 1.34.0, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
115+
"google-api-core >= 2.11.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sqlalchemy==1.4.16
88
google-auth==1.25.0
99
google-cloud-bigquery==3.3.6
10-
google-cloud-bigquery-storage==2.14.0
11-
google-api-core==1.34.0
10+
google-cloud-bigquery-storage==2.18.0
11+
google-api-core==2.11.1
1212
grpcio==1.47.0
1313
numpy==1.24.4

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sqlalchemy==1.4.16
88
google-auth==1.25.0
99
google-cloud-bigquery==3.3.6
10-
google-cloud-bigquery-storage==2.14.0
11-
google-api-core==1.34.0
10+
google-cloud-bigquery-storage==2.18.0
11+
google-api-core==2.11.1
1212
grpcio==1.47.0
1313
numpy==1.26.4

0 commit comments

Comments
 (0)