-
Notifications
You must be signed in to change notification settings - Fork 89
feat: Add error_details property to GoogleAPICallError based on google.rpc.status.details. #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
288019c
04b5775
5cebe8e
5b3f7c1
7b7504d
fe708ae
813fc33
d10157f
88e6ffa
b6c9e56
02b082a
12edc5a
626f7de
a844fed
a830887
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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 | ||||||
googleapis-common-protos==1.6.0 | ||||||
googleapis-common-protos==1.52.0 | ||||||
protobuf==3.12.0 | ||||||
google-auth==1.25.0 | ||||||
requests==2.18.0 | ||||||
|
@@ -14,3 +14,4 @@ packaging==14.3 | |||||
grpcio==1.33.2 | ||||||
grpcio-gcp==0.2.2 | ||||||
grpcio-gcp==0.2.2 | ||||||
grpcio-status==1.33.2 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
(to match the lower bound in setup.py) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a bit confusing. I initially put 1.0.0 lower bound in setup.py without giving it too much thought. As we found out later, grpcio-status requires the same version as grpc (see]). To avoid confusion, I say we should change lower bound in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I changed it to 1.33.2 |
Uh oh!
There was an error while loading. Please reload this page.