From 54400ebb2c3424d12f270e6e21ae1722d5d69eea Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Sat, 4 Jul 2026 01:52:43 +0530 Subject: [PATCH] Regenerate Anthropic provider docs to remove stale common.compat extra --- providers/anthropic/docs/index.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/providers/anthropic/docs/index.rst b/providers/anthropic/docs/index.rst index 57fc40b4e4c39..01f5628577650 100644 --- a/providers/anthropic/docs/index.rst +++ b/providers/anthropic/docs/index.rst @@ -101,25 +101,6 @@ PIP package Version required ``anthropic`` ``>=0.101.0`` ========================================== ================== -Optional cross provider package dependencies --------------------------------------------- - -Those are dependencies that might be needed in order to use all the features of the package. -You need to install the specified provider distributions in order to use them. - -You can install such cross-provider dependencies when installing from PyPI. For example: - -.. code-block:: bash - - pip install apache-airflow-providers-anthropic[common.compat] - - -================================================================================================================== ================= -Dependent package Extra -================================================================================================================== ================= -`apache-airflow-providers-common-compat `_ ``common.compat`` -================================================================================================================== ================= - Downloading official packages -----------------------------