File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- grpcio == 1.54.0
1
+ grpcio == 1.54.2
2
2
google-cloud-bigquery [pandas,pyarrow ]== 3.10.0
3
3
# datalab has outdated dependencies that require google-api-core < 2
4
4
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pandas==2.0.1; python_version > '3.7'
6
6
pandas-gbq == 0.19.1 ; python_version > '3.6'
7
7
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
8
8
pandas-gbq == 0.14.1 ; python_version < '3.7'
9
- grpcio == 1.54.0
9
+ grpcio == 1.54.2
10
10
pyarrow == 12.0.0 ; python_version > '3.6'
11
11
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
12
12
pyarrow == 6.0.1 ; python_version < '3.7'
Original file line number Diff line number Diff line change 1
1
2
2
backoff == 2.2.1
3
- grpcio == 1.54.0
3
+ grpcio == 1.54.2
4
4
google-auth == 2.17.3
5
5
google-auth-httplib2 == 0.1.0
6
6
google-cloud == 0.34.0
Original file line number Diff line number Diff line change 1
- grpcio == 1.54.0
1
+ grpcio == 1.54.2
2
2
opencensus-ext-stackdriver == 0.8.0
3
3
opencensus == 0.11.2
You can’t perform that action at this time.
0 commit comments