potiuk commented on code in PR #40173:
URL: https://github.com/apache/airflow/pull/40173#discussion_r1686379791
##########
generated/provider_dependencies.json:
##########
@@ -404,6 +404,7 @@
"devel-deps": [],
"plugins": [],
"cross-providers-deps": [
+ "common.compat",
Review Comment:
That's automated detection of cross-provider dependencies.
It's added automatically when one provider imports another (which is the
case here).
But in your case you also need to add `common.compat>=1.1.0" as explicit
dependency of the provider when you are using features from upcoming 1.1.
--
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]