Skip to content

Commit 41f927b

Browse files
chore(deps): update dependency pandas-gbq to v0.15.0 (GoogleCloudPlatform#5602)
* chore(deps): update dependency pandas-gbq to v0.15.0 * add python version check for pandas-gbq * fix typo Co-authored-by: Leah Cole <[email protected]>
1 parent b593f4b commit 41f927b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ google-cloud-bigquery==2.13.1
22
google-cloud-bigquery-storage==2.3.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
5-
pandas-gbq==0.14.1
5+
pandas-gbq==0.15.0; python_version > '3.6'
6+
pandas-gbq==0.14.1; python_version < '3.7'
67
pyarrow==3.0.0
78
grpcio==1.36.1

0 commit comments

Comments
 (0)