Skip to content

Commit 18714fb

Browse files
chore(firestore): Upgrade google-cloud-firestore to include COUNT queries (#671)
1 parent b9e95e8 commit 18714fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
99
cachecontrol >= 0.12.6
1010
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
1111
google-api-python-client >= 1.7.8
12-
google-cloud-firestore >= 2.1.0; platform.python_implementation != 'PyPy'
12+
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'
1313
google-cloud-storage >= 1.37.1
1414
pyjwt[crypto] >= 2.5.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'cachecontrol>=0.12.6',
4141
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"',
4242
'google-api-python-client >= 1.7.8',
43-
'google-cloud-firestore>=2.1.0; platform.python_implementation != "PyPy"',
43+
'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"',
4444
'google-cloud-storage>=1.37.1',
4545
'pyjwt[crypto] >= 2.5.0',
4646
]

0 commit comments

Comments
 (0)