potiuk commented on code in PR #49799:
URL: https://github.com/apache/airflow/pull/49799#discussion_r2060965108
##########
providers/amazon/pyproject.toml:
##########
@@ -58,7 +58,7 @@ requires-python = "~=3.9"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=2.9.0",
- "apache-airflow-providers-common-compat>=1.6.0",
+ "apache-airflow-providers-common-compat>=1.6.1",
Review Comment:
Those min-versions should be **really** added as we found out last week that
the sdk.definition -> sdk.base for notifiers have not been included in 1.6.0,
all the providers that use it should have min version set to 1.6.1, I am
adding it here mostly in order to test the case where we have unreleased
providers being voted and having RC candidates and be able to test different
scenarios at different stages.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]