File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
bigquery/pandas-gbq-migration Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ google-cloud-bigquery-storage==2.27.0
3
3
pandas == 2.0.3 ; python_version == '3.8'
4
4
pandas == 2.2.3 ; python_version > '3.8'
5
5
pandas-gbq == 0.24.0
6
- grpcio == 1.69.0
6
+ grpcio == 1.70.0 ; python_version == '3.8'
7
+ grpcio == 1.74.0 ; python_version > '3.8'
7
8
pyarrow == 17.0.0 ; python_version < = '3.8'
8
9
pyarrow == 20.0.0 ; python_version > '3.9'
Original file line number Diff line number Diff line change 1
1
2
2
backoff == 2.2.1
3
- grpcio == 1.70 .0
3
+ grpcio == 1.74 .0
4
4
google-auth == 2.38.0
5
5
google-auth-httplib2 == 0.2.0
6
6
google-cloud == 0.34.0
Original file line number Diff line number Diff line change 1
- grpcio == 1.62.2
1
+ grpcio == 1.70.0 ; python_version == '3.8'
2
+ grpcio == 1.74.0 ; python_version > '3.8'
2
3
grpcio-tools == 1.62.2
Original file line number Diff line number Diff line change 1
- grpcio == 1.62.1
1
+ grpcio == 1.74.0
2
2
google-cloud-video-live-stream == 1.9.1
Original file line number Diff line number Diff line change 1
1
google-api-python-client == 2.131.0
2
- grpcio == 1.62.1
2
+ grpcio == 1.74.0
3
3
google-cloud-video-stitcher == 0.7.14
Original file line number Diff line number Diff line change 1
1
google-api-python-client == 2.131.0
2
- grpcio == 1.62.1
2
+ grpcio == 1.74.0
3
3
google-cloud-video-transcoder == 1.13.1
You can’t perform that action at this time.
0 commit comments