potiuk commented on code in PR #53556:
URL: https://github.com/apache/airflow/pull/53556#discussion_r2255228366
##########
providers/redis/pyproject.toml:
##########
@@ -62,11 +62,19 @@ dependencies = [
"redis>=4.5.2,!=4.5.5,!=5.0.2",
]
+# The optional dependencies should be modified in place in the generated file
+# Any change in the dependencies is preserved when the file is regenerated
+[project.optional-dependencies]
+"common.messaging" = [
+ "apache-airflow-providers-common-messaging"
Review Comment:
```suggestion
"apache-airflow-providers-common-messaging>1.0.3"
```
I think we have to change it to 1.0.3 as minimum because of #51774 - also in
other providers. So it might be good idea to add it here. I will change the
other ones.
--
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]