File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
google/cloud/firestore_v1 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ def deserialize_bundle(
1209
1209
bundle_element : BundleElement = BundleElement .from_json (json .dumps (data )) # type: ignore
1210
1210
except AttributeError as e :
1211
1211
# Some bad serialization formats cannot be universally deserialized.
1212
- if e .args [0 ] == "'dict' object has no attribute 'find'" :
1212
+ if e .args [0 ] == "'dict' object has no attribute 'find'" : # pragma: NO COVER
1213
1213
raise ValueError (
1214
1214
"Invalid serialization of datetimes. "
1215
1215
"Cannot deserialize Bundles created from the NodeJS SDK."
Original file line number Diff line number Diff line change 33
33
# Until this issue is closed
34
34
# https://github.com/googleapis/google-cloud-python/issues/10566
35
35
"google-cloud-core >= 1.4.1, <3.0.0dev" ,
36
- "proto-plus >= 1.10.0 " ,
36
+ "proto-plus >= 1.20.5, <2.0.0dev " ,
37
37
]
38
38
extras = {}
39
39
Original file line number Diff line number Diff line change 7
7
# Then this file should have foo==1.14.0
8
8
google-api-core==1.31.5
9
9
google-cloud-core==1.4.1
10
- proto-plus==1.10.0
11
- protobuf==3.12 .0 # transitive from `google-api-core`
10
+ proto-plus==1.20.5
11
+ protobuf==3.19 .0 # transitive from `google-api-core`
You can’t perform that action at this time.
0 commit comments