Hey everyone, I have just merged the change from Daniel about string normalization in providers (https://github.com/apache/airflow/pull/27205).
Anyone who had a PR for providers might (and likely will) have a conflict. It should be easy to fix though: 1. check that the only conflicting changes are the single to double quote changes only 2. replace conflicting files with your changes 3. squash your changes into a single commit 4. if you have no pre-commit configured run `breeze static-checks --last-commit `and it will redo Daniel’s changes in your changes I just tested it on https://github.com/apache/airflow/pull/27196 and it worked like a charm. J.
