From 18714fbb3e765d2db023dfb29d07ad9d0cedcb09 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 1 Feb 2023 14:19:10 -0500 Subject: [PATCH] chore(firestore): Upgrade google-cloud-firestore to include COUNT queries (#671) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c66212673..acf09438b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ pytest-mock >= 3.6.1 cachecontrol >= 0.12.6 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.1.0; platform.python_implementation != 'PyPy' +google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy' google-cloud-storage >= 1.37.1 pyjwt[crypto] >= 2.5.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 5d917c661..1ba2ffa92 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'cachecontrol>=0.12.6', '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.1.0; platform.python_implementation != "PyPy"', + 'google-cloud-firestore>=2.9.1; platform.python_implementation != "PyPy"', 'google-cloud-storage>=1.37.1', 'pyjwt[crypto] >= 2.5.0', ]