Skip to content

Commit

Permalink
deps: add protobuf dependency (#306)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anistark committed Oct 16, 2020
1 parent d093cd4 commit cebb5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -34,6 +34,7 @@
"google-cloud-core >= 1.4.1, < 2.0dev",
"google-resumable-media >= 0.6.0, < 2.0dev",
"six >=1.13.0,< 2.0.0dev",
"protobuf >= 3.12.0",
]
extras = {
"bqstorage": [
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Expand Up @@ -8,6 +8,7 @@ libcst==0.2.5
llvmlite==0.34.0
# pandas 0.23.0 is the first version to work with pyarrow to_pandas.
pandas==0.23.0
protobuf == 3.12.0
proto-plus==1.10.0
pyarrow==1.0.0
python-snappy==0.5.4
Expand Down

0 comments on commit cebb5e0

Please sign in to comment.