Skip to content

Commit a78e73a

Browse files
committed
re-run generation for google-cloud-bigquery-storage
1 parent 7dfe8f5 commit a78e73a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/google-cloud-bigquery-storage/noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
PACKAGE_NAME = "google-cloud-bigquery-storage"
5656

5757
UNIT_TEST_STANDARD_DEPENDENCIES = [
58-
"cachetools",
5958
"mock",
6059
"asyncmock",
6160
"pytest",
@@ -85,7 +84,6 @@
8584
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
8685
SYSTEM_TEST_DEPENDENCIES: List[str] = []
8786
SYSTEM_TEST_EXTRAS: List[str] = [
88-
"cryptography",
8987
"fastavro",
9088
"pandas",
9189
"pyarrow",

packages/google-cloud-bigquery-storage/testing/constraints-3.7.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
google-api-core==1.34.1
88
libcst==0.2.5
99
fastavro==0.21.2
10+
# pytz is required by pandas
11+
pytz
1012
pandas==1.0.5
1113
pyarrow==0.15.0
1214
google-auth==2.14.1

0 commit comments

Comments
 (0)