diff --git a/providers/common/messaging/pyproject.toml b/providers/common/messaging/pyproject.toml index 922a065095507..bc5148ce99562 100644 --- a/providers/common/messaging/pyproject.toml +++ b/providers/common/messaging/pyproject.toml @@ -52,8 +52,10 @@ classifiers = [ ] requires-python = "~=3.9" -# The dependencies should be modified in place in the generated file +# The dependencies should be modified in place in the generated file. # Any change in the dependencies is preserved when the file is regenerated +# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files`` +# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build`` dependencies = [ "apache-airflow>=3.0.0.dev0", ]