Copilot commented on code in PR #59947: URL: https://github.com/apache/airflow/pull/59947#discussion_r2653841174
########## providers/atlassian/jira/README.rst: ########## @@ -54,7 +54,7 @@ Requirements PIP package Version required ========================================== ================== ``apache-airflow`` ``>=2.11.0`` -``apache-airflow-providers-common-compat`` ``>=1.8.0`` +``apache-airflow-providers-common-compat`` ``>=1.10.1`` Review Comment: The dependency version shows ">=1.10.1" but should be updated to ">=1.11.0" to match the pattern used in other files where apache-airflow-providers-common-compat is being updated from 1.10.1 to 1.11.0 in this PR. ########## providers/openlineage/README.rst: ########## @@ -57,8 +57,8 @@ PIP package Version required ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``apache-airflow-providers-common-compat`` ``>=1.10.1`` Review Comment: The dependency version for apache-airflow-providers-common-compat in this file remains at ">=1.10.1" while in the same PR, the openlineage pyproject.toml (line 63) updates it to ">=1.11.0". This creates an inconsistency where the README documentation doesn't match the actual dependency requirement. -- 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]
