Hello all, I have just released WebOb 1.8.2. which fixes an issues with the cookie interface used for adding SameSite to the cookie. This was erroneously only accepting byte strings when it should have simply coerced to bytes as necessary like every other parameter.
Please install from your local PyPi with: pip install webob==1.8.2 PyPI https://pypi.org/project/WebOb/1.8.2/ <https://pypi.org/project/WebOb/1.8.2/> Changelog https://docs.pylonsproject.org/projects/webob/en/1.8-branch/changes.html <https://docs.pylonsproject.org/projects/webob/en/1.8-branch/changes.html> Docs https://docs.pylonsproject.org/projects/webob/en/1.8-branch/index.html <https://docs.pylonsproject.org/projects/webob/en/1.8-branch/index.html> Issues https://github.com/pylons/webob/issues <https://github.com/pylons/webob/issues> Thanks, Bert JW Regeer -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/991CF7BA-3CA8-49EA-BE5C-451256E0AB08%400x58.com. For more options, visit https://groups.google.com/d/optout.
