eladkal commented on code in PR #48180:
URL: https://github.com/apache/airflow/pull/48180#discussion_r2009733791


##########
airflow-core/pyproject.toml:
##########
@@ -89,7 +89,7 @@ dependencies = [
     "flask-caching>=2.0.0",
     # Flask-Session 0.6 add new arguments into the SqlAlchemySessionInterface 
constructor as well as
     # all parameters now are mandatory which make 
AirflowDatabaseSessionInterface incompatible with this version.
-    "flask-session>=0.4.0,<0.9",
+    "flask-session>=0.8.0,<0.9",

Review Comment:
   I think we can remove the above comment as it relates to 0.6 ?



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