-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Flask-sesssion 0.6.0+ #36897
Comments
Yeah also better to wait until changelogs for 0.6 published:
Maybe other breaking changes was introduced in this release |
0.6.0rc1 released notes are published |
Not sure if we will get it .. rc notes published 2 weeks ago, and the author does not realise that once you released 0.6.0 you cannot just delete it from PyPI (even if I explained it to the author). I don't have high hopes here. |
I tried to figure out how to adopt the changes, |
Hi folks. I've tried to get flask-session up to date, some of the issues are quite deep and longstanding. I'm not the original author but no one else has wanted to maintain it. I'm also working within pallets and don't have full pypi access or readthedocs access so I am doing my best with what access I have. I've got 0.7.0rc1 available with a fully overhauled docs at https://flask-session--212.org.readthedocs.build/en/212/. Will appreciate any assistance with the elements that airflow uses. |
Hey @Taragolis -> will you be taking a look at that :) ? Seems that you were the closest to get it working |
Yeah, I will have a look today or tomorrow. |
0.7.0rc2 now |
Body
New version of Flask-Session breaks our AirflowDatabaseSessionInterface by add new arguments into the constructor sid_length, sequence, schema and bind_key and make all arguments are mandatory include previously optional use_signer and permanent
We limited flask-session to < 0.6.0 for now in #36895 , but we need to update our code to fix it.
Committer
The text was updated successfully, but these errors were encountered: