potiuk commented on issue #32301: URL: https://github.com/apache/airflow/issues/32301#issuecomment-1616079967
good. Point - we will fix it for the 2.6.3 version. The root cause of your problem is that you are not followiing Airlflow documentation when installing airflow. The only way to install airflow from the scratch is using the constraints: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html and you should adatpt your scripts to do so. The reason this installation fails for you is that you are not following the constraint routs and Pydantic 2 released yesterday caused the issue (constraints approach is exactly the way to battle this kind of problems you have and you should just follow it). We will fix it for the new version of Pydantic for 2.6.3 (including the constraints). -- 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]
