Skip to content

Commit

Permalink
chore: require grpcio >= 1.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Jun 28, 2021
1 parent 86f1f68 commit eccc6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"grpcio >= 1.38.1, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/414
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"libcst >= 0.3.10",
"proto-plus >= 1.7.1",
Expand Down
1 change: 1 addition & 0 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
grpcio==1.38.1
google-api-core==1.22.2
libcst==0.3.10
proto-plus==1.7.1
Expand Down

0 comments on commit eccc6a1

Please sign in to comment.