This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 6b8f561c1a5 [v3-1-test] Fixing typo in provider count from 60 to 90
(#61925) (#61973)
6b8f561c1a5 is described below
commit 6b8f561c1a5912ae76a058b31f8a57270f6a6269
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 13:51:13 2026 +0100
[v3-1-test] Fixing typo in provider count from 60 to 90 (#61925) (#61973)
(cherry picked from commit b2d406b462fc2f54b8b0b01c2da054da49f10d3a)
Co-authored-by: Srabasti Banerjee <[email protected]>
---
contributing-docs/12_provider_distributions.rst | 2 +-
docker-stack-docs/README.md | 2 +-
docker-stack-docs/build.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contributing-docs/12_provider_distributions.rst
b/contributing-docs/12_provider_distributions.rst
index 7573fd98427..cb2bb42e55c 100644
--- a/contributing-docs/12_provider_distributions.rst
+++ b/contributing-docs/12_provider_distributions.rst
@@ -140,7 +140,7 @@ The ``tests_common`` module is installed automatically by
uv in the uv workspace
Developing community managed providers
--------------------------------------
-While you can develop your own providers, Apache Airflow has 60+ providers
that are managed by the community.
+While you can develop your own providers, Apache Airflow has 90+ providers
that are managed by the community.
They are part of the same repository as Apache Airflow (we use monorepo
approach where different
parts of the system are developed in the same repository but then they are
packaged and released separately).
All the community-managed providers are in ``providers`` folder and their code
is placed as sub-directories of
diff --git a/docker-stack-docs/README.md b/docker-stack-docs/README.md
index ea836ae5022..7fb789ef564 100644
--- a/docker-stack-docs/README.md
+++ b/docker-stack-docs/README.md
@@ -56,7 +56,7 @@ you want to either extend or customize the image. You can see
all possible extra
The set of extras used in Airflow Production image are available in the
[Dockerfile](https://github.com/apache/airflow/blob/2c6c7fdb2308de98e142618836bdf414df9768c8/Dockerfile#L37).
-However, Airflow has more than 60 community-managed providers (installable via
extras) and some of the
+However, Airflow has more than 90 community-managed providers (installable via
extras) and some of the
default extras/providers installed are not used by everyone, sometimes others
extras/providers
are needed, sometimes (very often actually) you need to add your own custom
dependencies,
packages or even custom providers. You can learn how to do it in [Building the
image](https://airflow.apache.org/docs/docker-stack/build.html#build-build-image).
diff --git a/docker-stack-docs/build.rst b/docker-stack-docs/build.rst
index c0c3260a0e2..3951750ccb6 100644
--- a/docker-stack-docs/build.rst
+++ b/docker-stack-docs/build.rst
@@ -181,7 +181,7 @@ Why customizing the image ?
---------------------------
The Apache Airflow community, releases Docker Images which are ``reference
images`` for Apache Airflow.
-However, Airflow has more than 60 community managed providers (installable via
extras) and some of the
+However, Airflow has more than 90 community managed providers (installable via
extras) and some of the
default extras/providers installed are not used by everyone, sometimes others
extras/providers
are needed, sometimes (very often actually) you need to add your own custom
dependencies,
packages or even custom providers.