ashb opened a new pull request, #26554: URL: https://github.com/apache/airflow/pull/26554
Setting `json_provider_class` where we did had no effect, as it turns out `Flask()` sets `self.json = self.json_provider_class(self)`, so we were setting it too late to take any affect. Tests to prevent regression coming shortly Closes #26546, 26527 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
