-
Notifications
You must be signed in to change notification settings - Fork 16.3k
update upper bound for MarkupSafe #19953
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
Conversation
|
Looks like Is the one that should be looked at - other errors are intermittent, but this one looks like related. |
|
You can easily reproduce it in Breeze - (see the error log for instructions - you can also build your own image with |
|
Weird, I just checked out this locally and can’t reproduce. Let me merge main and see if it’s just something wrong in the CI workers. |
|
Oh never mind I got it. |
|
I pushed a change to fix that test failure. |
| "debugging the rendering of template_fields.<br><br>" | ||
| ) in resp_html | ||
|
|
||
| # MarkupSafe changed the exception detail from 'no filter named' to |
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.
:D
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
|
Awesome work, congrats on your first merged pull request! |
Thanks, I will monitor the test runs for #20113. If there are issues, will close the PR. |
Co-authored-by: Tzu-ping Chung <tp@astronomer.io> (cherry picked from commit ba6b7c7)
Co-authored-by: Tzu-ping Chung <tp@astronomer.io> (cherry picked from commit ba6b7c7)
Co-authored-by: Tzu-ping Chung <tp@astronomer.io> (cherry picked from commit ba6b7c7)
Per discussion and guidance from #19753, opening this PR for review. Based on if all the tests pass, this could be reviewed further. Resolves #19761.