File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/google-cloud-bigquery-storage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ libraries:
892892 tag_format : ' {id}-v{version}'
893893 - id : google-cloud-bigquery-storage
894894 version : 2.36.0
895- last_generated_commit : bd94e0b8c4975af0a66dc1f846c63c77dbc0064e
895+ last_generated_commit : 6b36371f6f3099624547e9ce4c1db304161e6afe
896896 apis :
897897 - path : google/cloud/bigquery/storage/v1beta2
898898 service_config : bigquerystorage_v1beta2.yaml
Original file line number Diff line number Diff line change 5555PACKAGE_NAME = "google-cloud-bigquery-storage"
5656
5757UNIT_TEST_STANDARD_DEPENDENCIES = [
58- "cachetools" ,
5958 "mock" ,
6059 "asyncmock" ,
6160 "pytest" ,
8584SYSTEM_TEST_LOCAL_DEPENDENCIES : List [str ] = []
8685SYSTEM_TEST_DEPENDENCIES : List [str ] = []
8786SYSTEM_TEST_EXTRAS : List [str ] = [
88- "cryptography" ,
8987 "fastavro" ,
9088 "pandas" ,
9189 "pyarrow" ,
Original file line number Diff line number Diff line change 77google-api-core==1.34.1
88libcst==0.2.5
99fastavro==0.21.2
10+ # pytz is required by pandas
11+ pytz
1012pandas==1.0.5
1113pyarrow==0.15.0
1214google-auth==2.14.1
You can’t perform that action at this time.
0 commit comments