Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

feat: add always_use_jwt_access #86

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: require google-api-core>=1.26.0
  • Loading branch information
busunkim96 committed Jun 22, 2021
commit 14994dec6f61c087225aa497c6f88c349e9dbbe5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
platforms="Posix; MacOS X; Windows",
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"google-api-core[grpc] >= 1.26.0, <2.0.0dev","
"grpc-google-iam-v1 >= 0.12.3, < 0.13.0",
"proto-plus >= 1.10.0",
"packaging >= 14.3",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.22.2
google-api-core==1.26.0
grpc-google-iam-v1==0.12.3
proto-plus==1.10.0
packaging==14.3
Expand Down