Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: compatibility with flask >= 3.0.0 #8

Merged

Conversation

utnapischtim
Copy link

  • set_cookie only accepts str value of the cookie. it has to be utf8
    decoded. str() would be wrong. it produces a b'' string which
    produces an error along the path.

* set_cookie only accepts str value of the cookie. it has to be utf8
  decoded. str() would be wrong. it produces a b'' string which
  produces an error along the path.
@utnapischtim utnapischtim merged commit 67622b0 into inveniosoftware:master Nov 5, 2024
@utnapischtim utnapischtim deleted the remove-flask-upper-pin branch November 5, 2024 09:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant