Closed SqrtMinusOne closed 4 years ago
Any update on when this will be merged @SqrtMinusOne ? Thanks!
I have no idea; addressing that to @fengsp. As for now, as the module isn't complicated, I'd suggest taking the parts you need.
FYI: I encounter same problem, and I fixed it in my fork, and you can install it in this way:
pip install git+https://github.com/rayluo/flask-session.git@0.3.x
Had the issue causing this PR. Can confirm this PR update fixed the issue for me when manually updating flask_session/sessions.py
@m1waterman88 Would you mind also try out pip install git+https://github.com/rayluo/flask-session.git@0.3.x
to see if it can fix the issue for you WITHOUT needing to manually update the file?
@m1waterman88 Would you mind also try out
pip install git+https://github.com/rayluo/flask-session.git@0.3.x
to see if it can fix the issue for you WITHOUT needing to manually update the file?
Since you made the same code change that this PR request has (and thus that I have), yes, it would fix it.
pip install git+https://github.com/rayluo/flask-session.git@0.3.x
I can confirm this fixed it for me too. (using pip3)
I've reached out to to repo owner twice via email in addition to any actions in the Flask-Session repo, and I haven't received a reply. Between the lack of response and the last commit occurring on Feb 9, 2017, unfortunately I think this repo has been abandoned.
@m1waterman88 I hate it when this happens. Great software gets abandoned at some point and is turning into waste over time. What are our alternatives for flask-session?
@fengsp, please provide write access so we can keep this repo going. Many use it and would like to continue to do so.
We can fork it, sure, but it's easier for projects already routing to this repo to continue to do so.
Thanks.
Welcome back, @fengsp ! :-D Please release this into 0.3.2 soon!
😱
werkzeug.contrib.cache
was moved to https://github.com/pallets/cachelib since version 1.0