abhijeets25012-tech commented on code in PR #60070:
URL: https://github.com/apache/airflow/pull/60070#discussion_r2678827706


##########
providers/apache/hive/pyproject.toml:
##########
@@ -97,6 +97,10 @@ dependencies = [
 "common.compat" = [
     "apache-airflow-providers-common-compat"
 ]
+"sqlalchemy" = [
+    "sqlalchemy>=1.4,<3.0"

Review Comment:
   I kept the requirement as sqlalchemy>=1.4,<3.0 to stay compatible with the 
full supported 1.4 and 2.x series without unnecessarily excluding users who are 
still on older 1.4.x releases.
   
   If there is a known bug or incompatibility in SQLAlchemy versions <1.4.49 
that this change depends on, then raising the lower bound to >=1.4.49 would 
make sense and I’m happy to update it. Otherwise, keeping it at >=1.4,<3.0 
gives us the widest safe compatibility.



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