Skip to content

Commit 50ace23

Browse files
authored
feat(firestore): Upgrade google-cloud-firestore to support Firestore Multi Database (#827)
* feat(firestore): Upgrade `google-cloud-firestore` to support Firestore Multi Database * Bump to v2.19.0
1 parent be56a0f commit 50ace23

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.14
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.9.1; platform.python_implementation != 'PyPy'
12+
google-cloud-firestore >= 2.19.0; 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.14',
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.9.1; platform.python_implementation != "PyPy"',
43+
'google-cloud-firestore>=2.19.0; platform.python_implementation != "PyPy"',
4444
'google-cloud-storage>=1.37.1',
4545
'pyjwt[crypto] >= 2.5.0',
4646
]

0 commit comments

Comments
 (0)