Skip to content

Commit fccf814

Browse files
Allows google-api-core[grpc] versions 2.X.X (#576)
1 parent 52eb94a commit fccf814

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
@@ -5,7 +5,7 @@ pytest-cov >= 2.4.0
55
pytest-localserver >= 0.4.1
66

77
cachecontrol >= 0.12.6
8-
google-api-core[grpc] >= 1.22.1, < 2.0.0dev; platform.python_implementation != 'PyPy'
8+
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
99
google-api-python-client >= 1.7.8
1010
google-cloud-firestore >= 2.1.0; platform.python_implementation != 'PyPy'
1111
google-cloud-storage >= 1.37.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'to integrate Firebase into their services and applications.')
3939
install_requires = [
4040
'cachecontrol>=0.12.6',
41-
'google-api-core[grpc] >= 1.22.1, < 2.0.0dev; platform.python_implementation != "PyPy"',
41+
'google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != "PyPy"',
4242
'google-api-python-client >= 1.7.8',
4343
'google-cloud-firestore>=2.1.0; platform.python_implementation != "PyPy"',
4444
'google-cloud-storage>=1.37.1',

0 commit comments

Comments
 (0)