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

Commitcebb5e0

Browse files
authored
deps: add protobuf dependency (#306)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:- [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea- [x] Ensure the tests and linter pass- [x] Code coverage does not decrease (if any source code was changed)- [x] Appropriate docs were updated (if necessary)Fixes#305
1 parentd093cd4 commitcebb5e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎setup.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"google-cloud-core >= 1.4.1, < 2.0dev",
3535
"google-resumable-media >= 0.6.0, < 2.0dev",
3636
"six >=1.13.0,< 2.0.0dev",
37+
"protobuf >= 3.12.0",
3738
]
3839
extras= {
3940
"bqstorage": [

‎testing/constraints-3.6.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ libcst==0.2.5
88
llvmlite==0.34.0
99
# pandas 0.23.0 is the first version to work with pyarrow to_pandas.
1010
pandas==0.23.0
11+
protobuf == 3.12.0
1112
proto-plus==1.10.0
1213
pyarrow==1.0.0
1314
python-snappy==0.5.4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp