Closed milevyo closed 6 years ago
It's Dangerous 1.0.0 was recently released. The temporary solution is downgrade itsdangerous until flask-session project supports latest version of it's dangerous.
pip install 'itsdangerous<1.0.0'
To follow up flask session issue check here https://github.com/fengsp/flask-session/issues/89
things that i did that make things to work
actions i did in order:
then it works!
Great to read that! Thanks for sending the instructions.
itsdangerous 1.1.0 was just released and contains a fix for this. Flask-Session should still be fixed so it doesn't rely on this, but it won't fail for now. You can unpin the requirement, or at least pin to itsdangerous~=1.1.0
instead.
@davidism thanks for the news. We will update the requirements file
thank you @davidism , i will confirm this later after i test it.
Issue Type
Faraday version
from file 'VERSION' 3.2
Component Name
python manage.py initdb
Steps to reproduce
Expected results
No Errors?
Environment information
requirements_freeze.txt
Configuration files
none
Reports/Extra data
OS
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.5 LTS"