-
Notifications
You must be signed in to change notification settings - Fork 21
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
show headers during GithubException #299
show headers during GithubException #299
Conversation
My python knowledge is getting in the way
|
Why version of pygithub are we using in our CI here? |
1.54.1 which doesn't store headers |
😭 |
What's the first version of pygithub that stores the headers? |
@@ -9,7 +9,7 @@ license = "MIT" | |||
python = "^3.8" | |||
Flask = "^1.1.2" | |||
Jinja2 = "^2.11.2" | |||
PyGithub = "^1.51" | |||
PyGithub = "1.58.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional that you dropped the caret?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. 1.59 had breaking changes
woo. Now we just need someone with a failing TagBot to try this out by setting |
Or maybe we just release this as a patch and see in the wild |
Let's do it. It's green and we can revert in a patch if needed |
Trying to check for information we currently ignore that could investigate #298