Dev-iL commented on PR #52976:
URL: https://github.com/apache/airflow/pull/52976#issuecomment-3146270757

   Most workflows are failing because SQLA1.4 doesn't recognize psycopg v3 as a 
valid connector. This could change once #52233 is merged, which has the side 
effect of installing SQLA2 by default on 3.13, meaning the necessary 
prerequisite to moving to psycopg v3 would be satisfied on that python version. 
Then we can have the new functionality behind a python version check. I'm not 
sure if we want to proceed with such dependency divergence, but it does make 
some sense having a "clean slate" in terms of the dependencies in python 3.13. 
Then, support of earlier python could either be backported in subsequent PRs or 
ignored until they're EOL and irrelevant anyway.


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