This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 592fc942ddc74a6613f75bd26e9021c950e776de Author: Philippe Gagnon <[email protected]> AuthorDate: Wed Aug 2 22:39:58 2023 -0400 Fix typo in PROVIDERS.rst (#33056) Thy -> The (cherry picked from commit 05f47b0fe87511842f894e538ddb77027bad3c55) --- PROVIDERS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROVIDERS.rst b/PROVIDERS.rst index 0e21dca11a..455bed1486 100644 --- a/PROVIDERS.rst +++ b/PROVIDERS.rst @@ -57,7 +57,7 @@ releasing new versions of the providers. This means that the code changes in the reviewed by Airflow committers and merged when they are accepted by them. Also we must have sufficient test coverage and documentation that allow us to maintain the providers, and our users to use them. -Thy providers - their latest version in "main" branch of airflow repository - are installed and tested together +The providers - their latest version in "main" branch of airflow repository - are installed and tested together with other community providers and one of the key properties of the community providers is that the latest version of providers contribute their dependencies to constraints of Airflow, published when Airflow Core is released. This means that when users are using constraints published by Airflow, they can install all
