Skip to content

Commit

Permalink
Limit flask-session to <0.6 (apache#36895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis authored and abhishekbhakat committed Mar 5, 2024
1 parent 2db8509 commit 2a2c032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ dependencies = [
"deprecated>=1.2.13",
"dill>=0.2.2",
"flask-caching>=1.5.0",
"flask-session>=0.4.0",
# Flask-Session 0.6 add new arguments into the SqlAlchemySessionInterface constructor as well as
# all parameters now are mandatory which make AirflowDatabaseSessionInterface incopatible with this version.
"flask-session>=0.4.0,<0.6",
"flask-wtf>=0.15",
# 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.
Expand Down

0 comments on commit 2a2c032

Please sign in to comment.