Skip to content
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

WIP #139

Merged
Merged

Conversation

utnapischtim
Copy link
Contributor

@utnapischtim utnapischtim commented Sep 19, 2024

  • use jws from invenio-base
  • compatibility to flask >= 3.0

* string_types has been replaced by builtin str

* urlencode has been replaced by builtin urllib.parse.urlencode
* jws functionality has been removed from itsdangerous >= 2.1.0. the
  functionality has been moved to invenio-base
* the set_cookie needs a string encoded cookie but str() is not enough,
  because it contains a "b'" which creates problem down the road.
* reorder alphabetical test_requires
@utnapischtim utnapischtim force-pushed the remove-flask-upper-pin branch 3 times, most recently from 24e05f3 to ec2eab3 Compare October 11, 2024 19:42
@utnapischtim utnapischtim force-pushed the remove-flask-upper-pin branch from ec2eab3 to 4ea950a Compare October 11, 2024 19:46
@utnapischtim utnapischtim marked this pull request as ready for review November 3, 2024 13:33
@utnapischtim utnapischtim merged commit dc62592 into inveniosoftware:master Nov 15, 2024
2 checks passed
@utnapischtim utnapischtim deleted the remove-flask-upper-pin branch November 15, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant