Skip to content

Commit

Permalink
Docs: Add comment to setup.py (#905)
Browse files Browse the repository at this point in the history
Adding a comment to clarify google-api-core[grpc] requirements
Fixes #903 🦕
  • Loading branch information
acocuzzo committed Apr 14, 2023
1 parent 9ddec5f commit 9825109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

dependencies = [
"grpcio >= 1.51.3, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/609
# google-api-core >= 1.34.0 is allowed in order to support google-api-core 1.x
"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.*",
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
Expand Down

0 comments on commit 9825109

Please sign in to comment.