Skip to content

Commit

Permalink
Adding note for provider dependencies (#39512)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6fbcaaa)
  • Loading branch information
amoghrajesh authored and ephraimbuddy committed Jun 4, 2024
1 parent 8255075 commit a6e3b6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PROVIDERS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,14 @@ There are the following consequences (or lack of them) of removing the provider:
last released. This however, should only be done in case there are no viable alternatives for the users.
* Removed provider might be re-instated as maintained provider, but it needs to go through the regular process
of accepting new provider described above.

Provider Dependencies
=====================

The dependencies for Airflow providers are managed in the ``provider.yaml`` file.

All provider dependencies, including versions and constraints, are listed in this file.
When adding or updating a provider or its dependencies, changes should be made to this file accordingly.

To ensure consistency and manage dependencies, ``pre-commit`` is configured to automatically update all dependencies.
Once you have ``pre-commit`` installed, it will automatically handle the dependency updates.

0 comments on commit a6e3b6c

Please sign in to comment.