Repository: beam Updated Branches: refs/heads/master cfd164398 -> d4de13718
[BEAM-1795] Upgrade google-cloud-bigquery to 0.23.0 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/82aba4ba Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/82aba4ba Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/82aba4ba Branch: refs/heads/master Commit: 82aba4baec1f1e2f3d2887ad2c44497dcbd24540 Parents: cfd1643 Author: Mark Liu <[email protected]> Authored: Fri Mar 24 09:30:53 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Thu Mar 30 15:56:31 2017 -0700 ---------------------------------------------------------------------- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/82aba4ba/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 3b44b82..ee3b5e4 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -106,7 +106,7 @@ GCP_REQUIREMENTS = [ 'proto-google-cloud-datastore-v1==0.90.0', 'googledatastore==7.0.0', # GCP packages required by tests - 'google-cloud-bigquery>=0.22.1,<0.23', + 'google-cloud-bigquery>=0.23.0,<0.24.0', ]
