diff --git a/requirements.txt b/requirements.txt index 131b65f8b..0dd529c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pytest-cov >= 2.4.0 pytest-localserver >= 0.4.1 cachecontrol >= 0.12.6 -google-api-core[grpc] >= 1.22.1, < 2.0.0dev; platform.python_implementation != 'PyPy' +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-storage >= 1.37.1 diff --git a/setup.py b/setup.py index 83b7291df..6b47b2214 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'to integrate Firebase into their services and applications.') install_requires = [ 'cachecontrol>=0.12.6', - 'google-api-core[grpc] >= 1.22.1, < 2.0.0dev; platform.python_implementation != "PyPy"', + '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-storage>=1.37.1',