Skip to content

Commit c32033e

Browse files
jschefflshahar1
authored andcommitted
Fix broken generated provider.toml on main (apache#47250)
1 parent 6697067 commit c32033e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

providers/common/messaging/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ classifiers = [
5252
]
5353
requires-python = "~=3.9"
5454

55-
# The dependencies should be modified in place in the generated file
55+
# The dependencies should be modified in place in the generated file.
5656
# Any change in the dependencies is preserved when the file is regenerated
57+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
58+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5759
dependencies = [
5860
"apache-airflow>=3.0.0.dev0",
5961
]

0 commit comments

Comments
 (0)