This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 149a023d3dd Limit flask_session to less than 0.8 (#48182)
149a023d3dd is described below

commit 149a023d3dd0d5bf8bc88d13f298d5c8c2483063
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon Mar 24 10:24:28 2025 +0100

    Limit flask_session to less than 0.8 (#48182)
    
    * Limit flask_session to less than 0.8
    
    * Update airflow-core/pyproject.toml
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 airflow-core/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 93870cb200e..73acfe3ce44 100644
--- a/airflow-core/pyproject.toml
+++ b/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.4.0,<0.6",
     "flask-wtf>=1.1.0",
     # Flask 2.3 is scheduled to introduce a number of deprecation removals - 
some of them might be breaking
     # for our dependencies - notably `_app_ctx_stack` and `_request_ctx_stack` 
removals.

Reply via email to