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

setup: remove werkzeug pin #102

Merged

Conversation

utnapischtim
Copy link
Contributor

  • to be forward compatible with flask >= 3.0.0

  • the url_join will be removed in werkzeug >= 3.0.0 and could be
    replaced by the urllib.parse.urljoin function

  • the DeprecationWarning in werkzeug itself says to use
    urllib.parse.urljoin instead

  • the upper pin is not more necessary with this change

* to be forward compatible with flask >= 3.0.0

* the url_join will be removed in werkzeug >= 3.0.0 and could be
  replaced by the urllib.parse.urljoin function

* the DeprecationWarning in werkzeug itself says to use
  urllib.parse.urljoin instead

* the upper pin is not more necessary with this change
@utnapischtim utnapischtim merged commit 3f91185 into inveniosoftware:master Nov 3, 2024
2 checks passed
@utnapischtim utnapischtim deleted the remove-flask-upper-pin branch November 3, 2024 11:16
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.

2 participants