eladkal commented on code in PR #61380: URL: https://github.com/apache/airflow/pull/61380#discussion_r2761339129
########## providers/yandex/docs/index.rst: ########## @@ -101,14 +101,16 @@ Requirements The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``. -========================================== ====================================== +========================================== ================================================ PIP package Version required -========================================== ====================================== +========================================== ================================================ ``apache-airflow`` ``>=2.11.0`` -``yandexcloud`` ``>=0.308.0; python_version < "3.13"`` -``yandex-query-client`` ``>=0.1.4; python_version < "3.13"`` +``yandexcloud`` ``>=0.376.0; python_version >= "3.13"`` +``yandexcloud`` ``>=0.308.0,<=0.328.0; python_version < "3.13"`` Review Comment: It doesn't but this is the most recent version that we know has no conflicts (taken from existed constraint files). Newer versions while were allowed were not updated in constraints (conflicts with apache beam and other providers). I will try to relax the limits in a followup PR -- 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]
