potiuk opened a new pull request #21235:
URL: https://github.com/apache/airflow/pull/21235


   The recent release of FAB 3.4.4 has unblocked us from upgrading
   SQLAlchemy to 1.4.* version. We wanted to do it for quite some
   time however upgrading to 1.4.* of sqlalchemy and allowing our
   users to use it for 2.2.4 is a bit risky.
   
   We are fixing resulting "aftermath" in the main branch and as
   of this commit there are two fixes merged and remaining MsSQL
   problem. The MSSql problem does not affect 2.2.4 as MsSQL will
   be available only starting from 2.3.0, however the two other
   problems have shown that SQLAlchemy has a potential to break
   things and we might want to test it more thoroughly before
   releasing 2.3.0.
   
   The problems in question are #21205 and #21228. Both were only
   test problems but the indicate that there might be more hidden
   issues involved.
   
   In order to limit risks, this PR proposes to limit SQLAlchemy
   for 2.2.* to < 1.4.0. This will allow to upgrade FAB and
   related dependencies without opening up Airflow to upgrade to
   SQLAlchemy 1.4 (yet).
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code change, Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in 
[UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md).
   


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