-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Bump min version of sqlparse to 0.5.1 #43961
Conversation
Yeah. I really like how the "lowest dependency" tests are keeping thing in order - this is a result of #41916 telling us "Not good version" :) |
@@ -421,7 +421,7 @@ | |||
"deps": [ | |||
"apache-airflow>=2.8.0", | |||
"more-itertools>=9.0.0", | |||
"sqlparse>=0.4.2" | |||
"sqlparse>=0.5.1" |
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.
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.
I see now that 5f94f33 was added so we can close this one. Had problems with pushing commit to the author fork
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.
Yeah. I like it better too - this one would be linked via comment but not "straightforward" really. If I search with git blame for example, it would show me much more reasoning in the single commit that I'd find, without looking for the "related" one.
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.
That's true, good call @potiuk
We are going to bump it anyway to unblock #41916 so raised PR to expedite things