eladkal commented on code in PR #71325: URL: https://github.com/apache/airflow/pull/71325#discussion_r3740449935
########## providers/oracle/README.rst: ########## @@ -50,14 +53,14 @@ The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14 Requirements ------------ -========================================== ================== -PIP package Version required -========================================== ================== -``apache-airflow`` ``>=2.11.0`` -``apache-airflow-providers-common-compat`` ``>=1.8.0`` -``apache-airflow-providers-common-sql`` ``>=1.32.0`` -``oracledb`` ``>=2.3.0`` -========================================== ================== +=========================================== ================== +PIP package Version required +=========================================== ================== +``apache-airflow`` ``>=2.11.0`` Review Comment: I think we may want to limit the apache-airflow version here also to <3.4.0 That way we are making sure that users of new Airflow versions will not still use the old provider. -- 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]
