Skip to content

Commit 0da26dc

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

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

packages/sqlalchemy-bigquery/noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"pytest",
5353
"pytest-cov",
5454
"pytest-asyncio",
55-
"setuptools",
5655
]
5756
UNIT_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
5857
UNIT_TEST_LOCAL_DEPENDENCIES: List[str] = []
@@ -88,7 +87,6 @@
8887
"mock",
8988
"pytest",
9089
"google-cloud-testutils",
91-
"setuptools",
9290
]
9391
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = []
9492
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
@@ -445,7 +443,6 @@ def compliance(session):
445443
"pytest",
446444
"pytest-rerunfailures",
447445
"google-cloud-testutils",
448-
"setuptools",
449446
"-c",
450447
constraints_path,
451448
)

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.0.0, <3.0.0",
56+
"google-cloud-bigquery-storage >= 2.14.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.31.5, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
115+
"google-api-core >= 1.34.0, <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.0.0
11-
google-api-core==1.31.5
10+
google-cloud-bigquery-storage==2.14.0
11+
google-api-core==1.34.0
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.0.0
11-
google-api-core==1.31.5
10+
google-cloud-bigquery-storage==2.14.0
11+
google-api-core==1.34.0
1212
grpcio==1.47.0
1313
numpy==1.26.4

0 commit comments

Comments
 (0)