Skip to content

Commit

Permalink
feat(firestore): Upgrade google-cloud-firestore to support Firestor…
Browse files Browse the repository at this point in the history
…e Multi Database (#827)

* feat(firestore): Upgrade `google-cloud-firestore` to support Firestore Multi Database

* Bump to v2.19.0
  • Loading branch information
jonathanedey authored Nov 7, 2024
1 parent be56a0f commit 50ace23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
cachecontrol >= 0.12.14
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
google-api-python-client >= 1.7.8
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'
google-cloud-firestore >= 2.19.0; platform.python_implementation != 'PyPy'
google-cloud-storage >= 1.37.1
pyjwt[crypto] >= 2.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'cachecontrol>=0.12.14',
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"',
'google-api-python-client >= 1.7.8',
'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"',
'google-cloud-firestore>=2.19.0; platform.python_implementation != "PyPy"',
'google-cloud-storage>=1.37.1',
'pyjwt[crypto] >= 2.5.0',
]
Expand Down

0 comments on commit 50ace23

Please sign in to comment.