Skip to content

Commit

Permalink
fix(deps): allow google-api-core < 3.0.0 on v1 branch (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 12, 2022
1 parent f6584bc commit 43310f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core >= 1.21.0, < 2.0.0dev",
"google-api-core >= 1.21.0, < 3.0.0dev",
"google-auth >= 1.24.0, < 2.0dev",
# Support six==1.12.0 due to App Engine standard runtime.
# https://github.com/googleapis/python-cloud-core/issues/45
Expand Down

0 comments on commit 43310f8

Please sign in to comment.