potiuk commented on code in PR #54808:
URL: https://github.com/apache/airflow/pull/54808#discussion_r2292949098


##########
airflow-core/pyproject.toml:
##########
@@ -125,7 +125,7 @@ dependencies = [
     # See https://sqlalche.me/e/b8d9 for details of deprecated features
     # you can set environment variable SQLALCHEMY_WARN_20=1 to show all 
deprecation warnings.
     # The issue tracking it is https://github.com/apache/airflow/issues/28723
-    "sqlalchemy[asyncio]>=1.4.49,<2.0",
+    "sqlalchemy[asyncio]>=1.4.49,<3.0",

Review Comment:
   For safety we should remove that one. It does not matter much because on 
Pyrhon 3.9 - 3.12 you are not able toinstall airflow with SQLA2, because of 
other, transitive dependencies.
   
   Currently SQLA 2 technically works for Python 3.13 without FAB in 3.1 (we 
have all tests passing at least) - but yeas removing it from here is a good 
idea, just to communicate it properly.



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