Skip to content

Commit 9825109

Browse files
authored
Docs: Add comment to setup.py (#905)
Adding a comment to clarify google-api-core[grpc] requirements Fixes #903 🦕
1 parent 9ddec5f commit 9825109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
dependencies = [
3939
"grpcio >= 1.51.3, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/609
40+
# google-api-core >= 1.34.0 is allowed in order to support google-api-core 1.x
4041
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
4142
"proto-plus >= 1.22.0, <2.0.0dev",
4243
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",

0 commit comments

Comments
 (0)