github-actions[bot] opened a new pull request, #60267:
URL: https://github.com/apache/airflow/pull/60267

   When installing Airflow 2 in Breeze, we need to add pydantic as
   extra, because pydantic in Airflow 2 was not a required dependency
   and installation of airflow even with constraints willl not
   downgrade pydantic to the version that was supported in Airflow 2.
   
   When we detect that airflow 2 is installed (either by specified
   version number or by retrieving the version from the dist package)
   we simply extend the extras with pydantic and that causes airflow
   installation to downgrade pydantic to the version that is specified
   in constraints of selected airflow version.
   (cherry picked from commit 336b8161608409f6ff935af4e2be96e32fb0c0f2)
   
   Co-authored-by: Jarek Potiuk <[email protected]>


-- 
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]

Reply via email to