Skip to content

Commit 169bc22

Browse files
authored
Pin 'google-api_core >= 1.7.0'. (#6937)
That release added the 'from_timestamp_pb' / 'to_timestamp_pb' methods to 'DatetimeWithNanos'.
1 parent 97302e9 commit 169bc22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firestore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = 'Development Status :: 4 - Beta'
3131
dependencies = [
32-
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',
32+
'google-api-core[grpc] >= 1.7.0, < 2.0.0dev',
3333
'google-cloud-core >= 0.29.0, < 0.30dev',
3434
'pytz',
3535
]

0 commit comments

Comments
 (0)