Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b7e3e4

Browse files
authored
docs(samples): explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 (#1290)
* fix: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1* update grpc in setup.py* fix: rm 3.6 constraints, add grpcio to 3.7-3.10 constraints
1 parent52d9f14 commit9b7e3e4

File tree

7 files changed

+7
-30
lines changed

7 files changed

+7
-30
lines changed

‎samples/snippets/requirements.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
db-dtypes==1.0.1
2+
google-cloud-bigquery==3.2.0
23
google-cloud-bigquery-storage==2.13.1
34
google-auth-oauthlib==0.5.1
4-
grpcio==1.46.3
5+
grpcio==1.47.0
56
ipython===7.31.1;python_version=='3.7'
67
ipython===8.0.1;python_version=='3.8'
78
ipython==8.3.0;python_version>='3.9'

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status="Development Status :: 5 - Production/Stable"
3131
dependencies= [
32-
"grpcio >= 1.38.1, < 2.0dev",# https://github.com/googleapis/python-bigquery/issues/695
32+
"grpcio >= 1.47.0, < 2.0dev",# https://github.com/googleapis/python-bigquery/issues/1262
3333
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3434
# Until this issue is closed
3535
# https://github.com/googleapis/google-cloud-python/issues/10566

‎testing/constraints-3.10.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
grpcio==1.47.0

‎testing/constraints-3.6.txt‎

Lines changed: 0 additions & 27 deletions
This file was deleted.

‎testing/constraints-3.7.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ google-api-core==1.31.5
1111
google-cloud-bigquery-storage==2.0.0
1212
google-cloud-core==1.4.1
1313
google-resumable-media==0.6.0
14-
grpcio==1.38.1
14+
grpcio==1.47.0
1515
ipython==7.0.1
1616
opentelemetry-api==1.1.0
1717
opentelemetry-instrumentation==0.20b0

‎testing/constraints-3.8.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
grpcio==1.47.0
12
pandas==1.2.0

‎testing/constraints-3.9.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
#
55
# NOTE: Not comprehensive yet, will eventually be maintained semi-automatically by
66
# the renovate bot.
7+
grpcio==1.47.0
78
pyarrow>=4.0.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp