We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697067 commit c32033eCopy full SHA for c32033e
providers/common/messaging/pyproject.toml
@@ -52,8 +52,10 @@ classifiers = [
52
]
53
requires-python = "~=3.9"
54
55
-# The dependencies should be modified in place in the generated file
+# The dependencies should be modified in place in the generated file.
56
# 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``
59
dependencies = [
60
"apache-airflow>=3.0.0.dev0",
61
0 commit comments