File tree 3 files changed +20
-2
lines changed 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
google-auth
2
2
google-auth-oauthlib
3
- google-cloud-bigquery==0.32 .0
3
+ google-cloud-bigquery==1.9 .0
4
4
pytest
5
5
pytest-cov
6
6
codecov
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ .. _changelog-0.10.0 :
5
+
6
+ 0.10.0 / TBD
7
+ ------------
8
+
9
+ Dependency updates
10
+ ~~~~~~~~~~~~~~~~~~
11
+
12
+ - Update the minimum version of ``google-cloud-bigquery `` to 1.9.0.
13
+ (:issue: `247 `)
14
+
15
+ Internal changes
16
+ ~~~~~~~~~~~~~~~~
17
+
18
+ - Use ``to_dataframe() `` from ``google-cloud-bigquery `` in the ``read_gbq() ``
19
+ function. (:issue: `247 `)
20
+
21
+
4
22
.. _changelog-0.9.0 :
5
23
6
24
0.9.0 / 2019-01-11
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def _check_google_client_version():
35
35
raise ImportError ("Could not import pkg_resources (setuptools)." )
36
36
37
37
# https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/bigquery/CHANGELOG.md
38
- bigquery_minimum_version = pkg_resources .parse_version ("0.32 .0" )
38
+ bigquery_minimum_version = pkg_resources .parse_version ("1.9 .0" )
39
39
BIGQUERY_INSTALLED_VERSION = pkg_resources .get_distribution (
40
40
"google-cloud-bigquery"
41
41
).parsed_version
You can’t perform that action at this time.
0 commit comments