-
Notifications
You must be signed in to change notification settings - Fork 63
Latest flask version doesn't work with pinned flask-session==0.3.2 #37
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
Comments
PETOSS-333 |
Thanks for raising an issue, a ticket has been created to track your request |
blinker==1.8.1 |
Is the best way to solve this to pin to older and older versions? This is a simple starter app just to illustrate concepts. xero_python==1.5.3 is from 2021 and it is now on 7.x versions, why are we pinned to that? I feel taking all the pins off the original requirements.txt is a better approach, or at least make them much more flexible. It's not the app that has changed, its the dependencies that have moved on. |
Added a PR to just remove the pinned versions. That seems like the simplest way to solve this issue. It also has a greater likelihood of continuing to work over time as versions change. |
If you get
AttributeError: 'Flask' object has no attribute 'session_cookie_name'
then simply
pip install --upgrade flask-session flask-oauthlib
The text was updated successfully, but these errors were encountered: