Skip to content

Commit

Permalink
fix: require google-api-core >= 1.26.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 7, 2021
1 parent 0e992f5 commit 12ddfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
dependencies = ["google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "protobuf >= 3.12.0"]
dependencies = ["google-api-core[grpc] >= 1.26.0, < 2.0.0dev", "protobuf >= 3.12.0"]

# Setup boilerplate below this line.

Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -6,4 +6,4 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
protobuf==3.12.0
google-api-core==1.22.2
google-api-core==1.26.0

0 comments on commit 12ddfa5

Please sign in to comment.