XeroAPI / xero-python-oauth2-starter

MIT License
31 stars 54 forks source link

Latest flask version doesn't work with pinned flask-session==0.3.2 #37

Open grischard opened 1 year ago

grischard commented 1 year ago

If you get

AttributeError: 'Flask' object has no attribute 'session_cookie_name'

then simply

pip install --upgrade flask-session flask-oauthlib

github-actions[bot] commented 1 year ago

PETOSS-333

github-actions[bot] commented 1 year ago

Thanks for raising an issue, a ticket has been created to track your request

thehigherbounce commented 5 months ago

blinker==1.8.1 cachelib==0.13.0 certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 Flask==3.0.3 Flask-OAuthlib==0.9.6 Flask-Session==0.8.0 idna==3.7 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 msgspec==0.18.6 oauthlib==2.1.0 python-dateutil==2.9.0.post0 requests==2.31.0 requests-oauthlib==1.1.0 six==1.16.0 urllib3==2.2.1 Werkzeug==3.0.3 xero_python==1.5.3